Why java Don't Support Multiple interitence
Answer Posted / sid
The famous "diamond shaped problem " is the reason behind NOT using multiple inheritance in java.
check out this link for full details
http://en.wikipedia.org/wiki/Diamond_problem
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the use of beaninfo?
Can we sort hashmap in java?
Can a function return a function?
How do you do a line break in java?
How do you clear a method in java?
Is java platform independent?
What is the purpose of nested class in java?
What is the disadvantage of synchronization?
Can you explain the final method modifier?
Can singleton class be inherited in java?
What is navigable map in java?
What are identifiers in java?
What is the different types of functions?
Can private class be extended java?
when you will synchronize a piece of your code? : Java thread