Inheritance is one of the core concepts of object-oriented programming (OOP) languages. It is a mechanism where you can to derive a class from another class for a hierarchy of classes that share a set of attributes and methods .
Read moreWhat is inheritance in OOP PDF?
Inheritance is that the method by that objects of 1 category acquires the properties of objects of another category within the hierarchy . The capability of a class to derive properties and characteristics from another class is termed Inheritance.15 Kas 2019
Read more