Vidyalelo
C++ Programming · Q35

Constructors and Destructors in C++

Programming · C++ Programming · question 35

Q35

Which statement about destructors in C++ is true?

A.
Destructors can be overloaded
B.
Destructors cannot have any arguments
Answer
C.
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