Class - Aggregation Relationship

Card Puncher Data Processing

Class - Aggregation Relationship

About

aggregation relationship in code.

Example

  • Library and Students. Because the student can exist without library, the relation between student and library is aggregation.
  • professor and students: when the professor dies the students do not die along with him or her.

Visualization

in a Object - Class Diagram (UML)

1..*1Professor+ listOfStudents : listClass+ Students : list

Documentation / Reference







Share this page:
Follow us:
Task Runner