why java does not support multiple inheritance
Answer Posted / jitesh singh
java support multiple inheritance though multiple interface inheritance but multiple interface inheritance allows an object to inherit many different method signatures with the warning that the inheriting object must implement those inherited methods.Thus,The inheriting object just doesn't get an implementation free ride.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between array and array list in java?
Can a private method of a superclass be declared within a subclass?
Can a method inside a interface be declared as final?
Why we used break and continue statement in java?
What is a treeset class?
What is an object’s lock and which object’s have locks?
What is jrmp?
What is void in java?
What’s the difference between unit, integration and functional testing?
What is the purpose of the System class?
Can I learn java in 3 months?
What are the differences between processes and threads?
How can an exception be thrown manually by a programmer?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Who found java?