Vidyalelo
C++ Programming · Q13

Constructors and Destructors in C++

Programming · C++ Programming · question 13

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board