- It is a special form of association where one class contains references to one or more other classes, but the referenced objects can exist independently.
- Example: A
University
class can have an aggregation relationship with aDepartment
class, where a department can exist independently of the university.
Leave a Reply