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

  1. Because there is private inheritance from base1 to derived1, the
  2. public members of base1 are private in derived1.  This means that
  3. f() is a private member of derived1, and this attempt to call f()
  4. causes a compile-time error.
  5.