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