Q35
Which statement about destructors in C++ is true?
A.
Destructors can be overloaded
B.
Destructors cannot have any arguments
AnswerC.
Destructors can have a return type
D.
Destructors can be called explicitly
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board