Vidyalelo
C++ Programming · Q43

Constructors and Destructors in C++

Programming · C++ Programming · question 43

Q43

How destructor overloading is done?

A.
By changing the number of parameters
B.
By changing the parameters type
C.
By changing both the number of parameters and their type
D.
No chance for destructor overloading
Answer

Answer: Option D

Solution

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