Is Multiple Inheritance Possible In Java Language Or Not?
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
The concept of multiple inheritance is not supported by java language.Rather java supports interfaces as substitute of this.
It is not possible in java to inherit from a class which inherits the functionality of another class.
In simple words you can't inherit from a subclass in java.Means multiple inheritance is not supported by java.
After making a interface in java language one can use the functionality of the interface n number of times.That's how you can overcome the problem of multiple inheritance in java.
answered 2 years ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.