Composing Functions
#🧨FunctionalProgramming #💻SoftwareDevelopment #📱iOS
Composition represents has-a relationship. It is an OOP way of reusing code by adding object to another object. Oppose inheriting, it does not have a parent/ child relationship.