0 votes
in JAVA by
What do you mean by Hierarchical Inheritance in Java?

1 Answer

0 votes
by

Hierarchical Inheritance means a class having more than one subclasses (child classes)

...