home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13105.TXT < prev    next >
Encoding:
Text File  |  1993-09-20  |  235 b   |  5 lines

  1. Each derived class has its own constructors.  If you do not define
  2. a constructor explicitly, it is supplied by the compiler.  As this
  3. example shows, the constructor for the derived class invokes the
  4. constructor for the base class.
  5.