Inheritance in java is a real world relationship
Inheritance in java is mechanism that allow a class to inherit the property and behavior of another class.
this is key part of object oriented programming
inheritance key word = extends
ex -- child behaves as parents
Top comments (0)