
Inheritance
Inheritance simply means re-usability, inheritance allows a class to use the data members(properties) and member function(methods) of another class.
Inheritance is one of the best features of Object Oriented Programming.
Inheritance represents the...