Object-oriented patterns

The Object-oriented patterns category contains patterns that show abstraction and inheritance trees.

Purpose

The following table lists each pattern in the Object-oriented patterns category and its purpose.
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.
Feedback
(C) Copyright IBM Corporation 2004, 2005. All Rights Reserved.