Q.

When a copy constructor may be called?

A. when an object of the class is returned by value
B. when an object of the class is passed (to a function) by value as an argument
C. when an object is constructed based on another object of the same class
D. all
Answer» D. all
1.1k
0
Do you find this helpful?
1

Discussion

No comments yet