What is Inheritance in OOP? |An overview|
Career and Technical Education (CATE)
Inheritance in OOP 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. Inheritance concept is very useful for reusability and important concept of OOP. In this video, you will understand Inheritance in OOP in a very simplest way.