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 Hierarchy of exception?
How do you square a number?
Explain the difference between abstract classes and interfaces in java?
Write a program to check for a prime number in java?
How many types of methods are there?
What is appletviewer?
Is age discrete or continuous?
How to display names of all components in a Container?
What are constructors in java?
What are the types of exceptions?
why an outer class cannot be declared as private?
What is the function of compareto in java?
Can a static member function access member variable of an object?
What is package protected in java?
How is tree Mirroring implemented?