Multiple choice Which of the following is not the characteristic of destructor? Destructor cannot be overloaded. Destructor can be inherited. It is not possible to take the address of a destructor. A destructor never accepts any argument nor does it return any value. A destructor is invoked implicitly by the compiler when we exit from the program or block. Reveal answer Fill a bubble to check yourself B Correct answer Explanation It is not the characteristic of destructor because it cannot be inherited.