Q27
What is the purpose of a copy constructor in C++?
A.
To hide the implementation details of a class
B.
To destroy objects
C.
To initialize an object using another object
AnswerD.
To create multiple instances of a class
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board