Inheritance in java
Inheritance is a mechanism in which one object acquires all the properties and behaviors of parent object.
Benefits of inheritance
Benefits of inheritance
- reuse of methods
- reuse of fields of parent class
- We can add new methods and fields
Syntax
Comments
Post a Comment