Q13
Which of the following statements about destructors in C++ is true?
A.
Destructors can be overloaded
B.
Destructors can be inherited
C.
Destructors are called when an object is created
D.
Destructors cannot have parameters
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board