Programming - Constructor - Discussion

You Are Here :: Home > C++ Language > Constructor - Discussion

 



Q.

If the copy constructor receives its arguments by value, the copy constructor would                         


A. call one-argument constructor of the class B. work without any problem
C. call itself recursively D. call zero-argument constructor

Answer: Option C
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion