Inheritance, Composition, and everything in–betweenThere are many concepts in the OOP paradigm. Inheritance is the most known, and it allows us to model software as relations between objects, just like in real life. 15 min read