aggregation.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [aggregation]

www.codever.land/bookmarks/t/aggregation

UML Association vs Aggregation vs Composition

https://www.visual-paradigm.com/guide/uml-unified-modeling-language/uml-aggregation-vs-composition/

Aggregation and Composition are subsets of association meaning they are specific cases of association. In both aggregation and composition object of one class "owns" object of another class. But there...