On Aug 3, 8:42 am, Raj N <rajn...@gmail.com> wrote:
> 1) Can a constructor call another constructor to initialize the same
> object?
Answer: Yes.

> 2) Can a struct variable be assigned to another if the structure
> contains an array as a field?
Answer: Yes.

> 3) Can we pass a private member by reference to a non member function?
Answer: Maybe possible in case of friend function.

> 4) Can the destructor be called explicitly?
> 5) Can copy constructor be the default constructor of a class?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to