DEV Community

JEGADESHWARAN B
JEGADESHWARAN B

Posted on

Inheritance in java

Initial

Inheritance is a feature of OOPS.
It allows one class to acquire properties of another class.

Depth

It promotes code reusability.
It creates a parent-child relationship between classes.

More Depth

Types include single, multiple, multilevel, hierarchical inheritance.

Final

Inheritance enables reuse of existing class features in new classes.

Top comments (0)