Why does java doesnot support multiple inheritance?
Answer Posted / balu
multiple inheritance is not available in java for the following reasons
1.it leads to confusion for a java program
2.the programmer can achieve multiple inheritance by using interfaces
3.and also we can achieve it by repeatdly using single inheritance.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between && and & in java?
When is update method called?
Is java written in c?
What is method overriding in java ?
Explain some best practices you would apply while using collection in java?
How big is a boolean?
What is the role of the java.rmi.naming class?
What do you mean by byte code?
What is the maximum size of array in java?
What does += mean coding?
How do you start a thread?
What is method in java with example?
What is singleton class and how can we make a class singleton?
Explain creating threads by extending thread class ?
What is OOP's Terms with explanation?