Multiple Inheritance
Multiple Inheritance when a class is derrived from more than one superclass
Java does not allow Multiple Inheritance
Considered an error source
C++ supports MI
Java uses interfaces
Superclass S0
Superclass S1
Subclass S2
Inherits from
Inherits from
Previous slide
Next slide
Back to first slide
View graphic version