4 Composition
In a class diagram, a solid line with a filled diamond shape represents a composition relationship between classes. Composition is a strong form of aggregation where the child class is a part of the parent class and has a lifecycle tied to the parent class. The multiplicity notation indicates how many instances of one class are contained within another class.