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

  1. When you define a derived class, the base classes are listed
  2. following the derived class name.  You can specify the level of
  3. access that the derived class has to members of the base class by
  4. including an access specifier before the base class name.  If you
  5. do not include an access specifier, "private" is assumed.
  6.