Does Java support multiple Inheritance?

Hi,

I am beginner in Java and trying to implement multiple inheritance in Java. But could not find any example.

Does Java support multiple Inheritance?

Thanks

View Answers

September 10, 2017 at 12:23 AM

Hi,

Good to hear that you are learning Java. There are good opportunity for Java programmers.

In Java Inheritance concept is very important topic to learn.

Java does not support multiple inheritance. But through interfaces you can implement multiple inheritance.

Check: why java does not support multiple inheritance

Check tutorial:

Inheritance in Java with example

Thanks









Related Tutorials/Questions & Answers:
Advertisements