Q. If a base class destructor is not virtual, then
β
Correct Answer: (A)
Destructor in derived class can not be called when accessed through a pointer to the base class.
You must be Logged in to update hint/solution