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
How do you sort a string in alphabetical order in java?
What is the meaning of variables in research?
Are arrays primitive data types?
What is the length of a string?
Is this valid in java ? Can we instantiate interface in java?
Which class is the superclass for all the classes?
What means public static?
What is the difference between hashmap and hashtable? What is an interface?
Explain the purpose of garbage collection in Java?
What is stack example?
Explain different ways of creating a thread?
What is a locale?
What an i/o filter?
what is the difference between yielding and sleeping? : Java thread
How do you declare an empty string?