why java does not support multiple inheritance
Answer Posted / devesh dashora
Basically multiple inheritance is useful only in
polymorphism, so in java it can be done by interfaces, so
that java doesn't need to provide multiple inheritance
using extends keyword.
| Is This Answer Correct ? | 22 Yes | 34 No |
Post New Answer View All Answers
Can I override protected method in java?
What is the private method modifier?
What are the four corner stones of oop?
How to connect to a remote database using Applet?
Why is singleton instance static?
What is static synchronization?
Explain the use of volatile field modifier?
What are the disadvantages of using inner classes?
How to obtain a performance profile of java program
what is meant by HQL?
If two threads have same priority which thread will be executed first ?
What is the synonym of framework?
Does substring start with 0?
what is aggregation in java?
explain multi-threading in java?