Logo

dev-resources.site

for different kinds of informations.

Hierarchical inheritance in Java

Published at
12/25/2024
Categories
java
oop
programming
learning
Author
hema_latha
Categories
4 categories in total
java
open
oop
open
programming
open
learning
open
Author
10 person written this
hema_latha
open
Hierarchical inheritance in Java

Hierarchical inheritance in Java is a type of inheritance
Where a single parent class is extended by multiple child classes.
Each child class inherits the property and method of the parents class but can also define its own unique features

Featured ones: