0 votes
in JAVA by

How many types of Inheritance are there in Java?

1 Answer

0 votes
by

Below are the types of Inheritance are there in Java

There are five types of Inheritance in Java:

• Multiple Inheritance

• Hybrid Inheritance

• Single-level inheritance

• Hierarchical Inheritance

• Multi-level inheritance

...