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