OOPs Concept: Inheritance
Inheritance Process in which child class inherits the property of Parents class. Super Class/Base Class /Parent Class The class whose features are inherited. Sub Class/ Derived Class / Child Class The class which inherits other class.