Vidyalelo
C++ Programming · Q40

Constructors and Destructors in C++

Programming · C++ Programming · question 40

Q40

Which of the following is correct?

A.
Destructors can be virtual
Answer
B.
There can be more than one destructor in a class
C.
Destructor definition starts with !
D.
Destructor is used to initialize objects

Answer: Option A

Solution

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