Q9
Which of the following is true about constructors in C++?
A.
They can be overloaded
B.
They are used to destroy objects
C.
They are called explicitly by the programmer
D.
They are automatically called when an object is created
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board