Inheritance in Java. It is the mechanism in javaby which one class is allow to inherit the features(fields and methods) of another class. Important terminology: Super Class: The class whose features are inherited is known as super class(or a base class or a parent class).
#JavaTutorials #Inheritance