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.