InterviewSolution
Saved Bookmarks
| 1. |
Which constructor is called while assigning some object with another?(a) Default(b) Parameterized(c) Copy(d) Direct assignment is usedThis question was posed to me during an online exam.My query is from Types of Constructors in section Constructors and Destructors of Object Oriented Programming |
|
Answer» Right CHOICE is (C) Copy |
|