Object composition is about making more complex objects by assembling simpler objects. Do not use this tag for function composition .
Object composition is one of the main mechanism in object oriented programming to combine simpler objects into more complex ones.
For more details, see:
- Object composition on Wikipedia
Do not use this tag for:
- composing functions: use instead function-composition