Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!ux1.cso.uiuc.edu!sidell From: sidell@ux1.cso.uiuc.edu (Jeffrey Sidell) Newsgroups: comp.lang.c++ Subject: Constructor Inheritance Summary: Do constructors in subclasses have to call the constructors for the sup Keywords: Constructor Inheritance Message-ID: <1991May4.192324.9736@ux1.cso.uiuc.edu> Date: 4 May 91 19:23:24 GMT Organization: University of Illinois at Urbana Lines: 8 Is there a way for the constructor in a derived class to avoid calling the constructor for the class from which it is derived? For example, if I have a class Super which has a constructor of its own, and I derive from it a class Sub, can I make the constructor for Sub completely independent of the constructor for Super? - Jeff Sidell (sidell@ux1.cso.uiuc.edu)