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
Does java isempty check for null?
What is the final field modifier?
What are variable arguments or varargs?
What data type is string java?
What is a double vs float?
What is primitive data type in java?
What is the class in java?
Can we increase size of array?
Is empty list java?
What does 3 dots mean in java?
What do you mean by exception handling in Java?
What is the different types of functions?
Can I declare a class as private?
Can list be null in java?
What are dot operator queries?