home *** CD-ROM | disk | FTP | other *** search
- A derived class can inherit the same indirect base class more than
- once. Every copy of a base class has a distinct set of
- identifiers for its members. Therefore, an attempt by a derived
- class to access a member of an indirect base class that is not
- unique can be ambiguous. In this example, base1 is an indirect
- base class of indirect1 through both direct1 and direct2.
-