1.

If a base class destructor is not virtual, then

A. It can not have a function body.
B. It can not be called.
C. It can not be called when accessed from pointer.
D. Destructor in derived class can not be called when accessed through a pointer to the base class.
Answer» E.


Discussion

No Comment Found