The Object-oriented patterns category contains patterns that show abstraction and inheritance trees.
Pattern | Purpose |
---|---|
Abstraction | The Abstraction pattern represents a system concept. The Architectural Discovery algorithm identifies Abstraction as an abstract class or an interface. |
Inheritance Tree | The Inheritance Tree pattern is based on standard object-oriented inheritance relationships between objects in the system. The Architectural Discovery algorithm identifies Inheritance as the implementation of an interface or an extension of a class. |
Parent topic: Architectural discovery patterns reference