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

  1. The qualified name of the function f() is mentioned in the public
  2. part of the declaration of derived1.  This makes f() a public
  3. member of derived1, even though there is private inheritance from
  4. base1 to derived1.
  5.