Which among the following is correct for the destructors concept?
(a) Destructors can be overloaded
(b) Destructors can have only one parameter at maximum
(c) Destructors are always called after object goes out of scope
(d) There can be only one destructor in a class
The question was asked in an interview.
I would like to ask this question from Destructors in section Constructors and Destructors of Object Oriented Programming