Inheritance Diagrams

From TRCCompSci - AQA Computer Science
Revision as of 21:06, 6 June 2018 by Admin (talk | contribs) (Aggregation / Composition Example)
Jump to: navigation, search

Diagram Rules

  • each class should be represented by a labeled shape
  • try to have the parent class above any subclassess
  • arrows all point towards the parent class from each child
  • Composition Aggregation is shown using empty diamond end instead of arrow
  • Association Aggregation is shown using filled diamond end instead of arrow

Example

OOP-inheritance-diagram.svg.png

Aggregation / Composition Example

Aggregation.GIF

Association Aggregation is now just Aggregation, and Composition Aggregation is now just Composition.