Introduction to OOP: Chapter 13: Multiple Inheritance [next] [previous] [audio] [real] [text]

Problem with MI - Common Ancestors

Another problem with MI occurs when parent classes have a common root ancestor. Does the new object have one or two instances of the ancestor?

Intro OOP, Chapter 13, Slide 8