InterviewSolution
Saved Bookmarks
| 1. |
Copy constructor will be called whenever the compiler __________(a) Generates implicit code(b) Generates member function calls(c) Generates temporary object(d) Generates object operationsThe question was asked in homework.My doubt stems from Copy Constructor in chapter Constructors and Destructors of Object Oriented Programming |
|
Answer» Correct option is (c) GENERATES TEMPORARY object |
|