InterviewSolution
Saved Bookmarks
| 1. |
The deep copy is possible only with the help of __________(a) Implicit copy constructor(b) User defined copy constructor(c) Parameterized constructor(d) Default constructorI got this question in examination.Query is from Copy Constructor in section Constructors and Destructors of Object Oriented Programming |
|
Answer» Correct choice is (B) USER defined copy constructor |
|