Java View all facts Glossary Help |
mechanism > inheritance > multiple inheritance |
multiple inheritance comparison table |
Subject | avoid | result in | is a kind of | has definition |
---|---|---|---|---|
inheritance | mechanism | 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 | ||
multiple inheritance | if possible | more complex systems than single inheritance | inheritance | Inheritance from more than one superclass |
Next inheritance: single inheritance Up: inheritance