C++ Virtual Functions Question:
Download Job Interview Questions and Answers PDF
Explain virtual destructor?
Answer:
If the destructor in the base class is not made virtual, then an object that might have been declared of type base class and instance of child class would simply call the base class destructor without calling the derived class destructor.
Download C++ Virtual Functions Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain data encapsulation? | What is the use of Vtable? |