0 votes
in JAVA by
How many types of Inheritance are possible in Java?

1 Answer

0 votes
by

How many types of Inheritance are possible in Java?

Single, multiple, multilevel, hybrid and hierarchical inheritance are possible in java. Hybrid inheritance and hierarchical inheritance are only possible through interfaces.

...