Inheritance Vs composition
InheritanceInheritance is a mechanism in object-oriented programming (OOP) where a new class (the child class or subclass) inherits properties and methods from an existing class (the parent class or s...