What is a Virtual Destructor ?
In C++ destructor is a member function of a class used to free the space occupied by or delete an object of the class that...
Find the wrong statement about Abstract Class ?
Answer : B. We can’t create pointers to an abstract class