Update associations authored by Christian Zirkelbach's avatar Christian Zirkelbach
......@@ -17,7 +17,7 @@ Aggregation implies a relationship where the child can exist independently of th
![Aggregation Class Diagram](https://git.informatik.uni-kiel.de/ag-se/teaching-public/wikis/uml-sources/img/aggregation.png)
## Composition
Composition implies a relationship where the child cannot exist independent of the parent. Example: Person (parent) and Head, Heart, and Leg (child). The children don't exist separate to a House.
Composition implies a relationship where the child cannot exist independent of the parent. Example: Person (parent) and Head, Leg, and Heart (children). The children don't exist separate to a Person.
### Example
![Composition Association Class Diagram](https://git.informatik.uni-kiel.de/ag-se/teaching-public/wikis/uml-sources/img/composition.png)
\ No newline at end of file