Object Oriented Software Engineering View all facts Glossary Help |
subject > inheritance |
inheritance comparison table |
Subject | avoid | result in | avoid by | has definition |
---|---|---|---|---|
multiple inheritance | if possible | more complex systems than single inheritance | using the player-role pattern | Inheritance from more than one superclass |
single inheritance | simpler systems than multiple inheritance |
Next subject: inspection meeting Up: subject Previous subject: host