First page
Back
Continue
Last page
Graphics
derived class destructors
Destroying an object reverses the order used to construct an object.
Body of derived class destructor is executed first.
Body of base class destructor is executed next.