Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.45 KB

composition.md

File metadata and controls

17 lines (14 loc) · 1.45 KB

Bookmarks tagged [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...


https://medium.com/javascript-scene/composing-software-an-introduction-27b72500d6ea

This isn’t about functional programming (FP) vs object-oriented programming (OOP), or one language vs another. Components can take the form of functions, data structures, classes, etc… Different progr...