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...
- tags: uml, aggregation, composition, oop
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...
- 📆 published on: 2017-05-18
- tags: javascript, functional-programming, composition