Object Oriented Software Engineering View all facts Glossary Help |
subject > inheritance > single inheritance |
single inheritance comparison table |
Subject | result in | is a kind of | is a subtopic of | has definition |
---|---|---|---|---|
inheritance | subject | 2.5 - Organizing Classes Into Inheritance Hierarchies | The 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 | |
single inheritance | simpler systems than multiple inheritance | inheritance | The Basics of Java |
Next inheritance: multiple inheritance Up: inheritance