[prog] C++ inheritance - destructors

Sue Stones suzo at bigpond.net.au
Tue May 27 19:29:48 EST 2003


I have got the idea that Constructors arn't inherited, so if I am creating a 
derived class the constructor of the derived class has to call the 
constructor of the base class.  

But what happens with destructors?  If I need to call the destructor of a 
base classhow do I do it?

sue


More information about the Programming mailing list