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
What is the difference between heap memory and stack memory?
Does list allow duplicates in java?
Is a method a procedure?
What are different types of arrays?
Does hashset allow duplicates in java?
What is static and final keyword in java?
What are the advantages of arraylist over arrays?
Can Exception handling we can handle multiple catch blocks?
Which language is java?
Difference between arraylist and vector.
What is core java used for?
State some situations where exceptions may arise in java?
Can java inner class be static?
What is a Presistent Object?
Is a boolean variable?