InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is true for copy constructor?(a) The argument object is passed by reference(b) It can be defined with zero arguments(c) Used when an object is passed by value to a function(d) Used when a function returns an objectI have been asked this question in an online quiz.The origin of the question is Constructors topic in division Constructors and Destructors of Object Oriented Programming |
|
Answer» Right ANSWER is (B) It can be defined with zero arguments |
|