home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A131241.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  297.5 KB  |  1 channel  |  11,025 sample rate  |  27 seconds
Transcription: 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, base 1 is an indirect base class of indirect 1 through both direct 1 and direct 2.