home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A131131.TXT < prev    next >
Encoding:
Text File  |  1993-11-24  |  166 b   |  4 lines

  1. The class derived1 has base1 as its base class.  The access
  2. specifier private means that all of the public and protected
  3. members of base1 are private in derived1.
  4.