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
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
Ads