InterviewSolution
Saved Bookmarks
| 1. |
The arguments to a copy constructor _____________(a) Must be const(b) Must not be cosnt(c) Must be integer type(d) Must be staticThis question was addressed to me in an online quiz.The origin of the question is Copy Constructor in division Constructors and Destructors of Object Oriented Programming |
|
Answer» The CORRECT ANSWER is (a) Must be const |
|