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

  1. A derived class can inherit the same indirect base class more than
  2. once.  Every copy of a base class has a distinct set of
  3. identifiers for its members.  Therefore, an attempt by a derived
  4. class to access a member of an indirect base class that is not
  5. unique can be ambiguous.  In this example, base1 is an indirect
  6. base class of indirect1 through both direct1 and direct2.
  7.