Difference between revisions of "Inheritance Diagrams"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "==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...")
(No difference)

Revision as of 14:04, 2 January 2017

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

Example