3 Aggregation
In a class diagram, a dashed line with a hollow triangle and a multiplicity notation represents an aggregation relationship between classes. Aggregation is a weaker form of association where one class is a part of another class, but it does not imply ownership or a strict lifecycle dependency. The multiplicity notation indicates how many instances of one class can be associated with an instance of another class.