InterviewSolution
Saved Bookmarks
| 1. |
What is a virtual destructor? |
|
Answer» A virtual destructor ensures that the objects resources are released in the reverse order of the object being constructed w.r.t inherited object. |
|