InterviewSolution
Saved Bookmarks
| 1. |
Object being passed to a copy constructor ___________(a) Must be passed by reference(b) Must be passed by value(c) Must be passed with integer type(d) Must not be mentioned in parameter listI got this question in my homework.The question is from Copy Constructor in portion Constructors and Destructors of Object Oriented Programming |
|
Answer» Right answer is (a) Must be passed by REFERENCE |
|