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.

Related questions

+1 vote
asked Dec 7, 2020 in JAVA by SakshiSharma
0 votes
asked Dec 16, 2020 in JAVA by SakshiSharma
...