
Shervin Z. answered 03/21/19
Full Stack Developer by Day Tutor and programming mentor by night
Composition is about building or composing an object (or type) from smaller or simpler ones.
Based on your own example say we have a person and mammal object as follows
Here we are building the Person object based on Mammal object, it is going to have all the properties of a mammal plus some specific complex characteristic.