Object Oriented Software Engineering   View all facts   Glossary   Help
subject > inheritance > multiple inheritance
Next inheritancesingle inheritance    Upinheritance

multiple inheritance comparison table
Subject avoid result in avoid by is a kind of is a subtopic of has definition
inheritance   subject2.5 - Organizing Classes Into Inheritance HierarchiesThe possession by one class of elements defined in another class, by virtue of the fact that the former class is defined to be a subclass of (to extend) the latter
multiple inheritanceif possiblemore complex systems than single inheritanceusing the player-role patterninheritanceThe Basics of JavaInheritance from more than one superclass

Next inheritancesingle inheritance    Upinheritance