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 boolean false?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What does jre stand for?
What is a layout manager and what are different types of layout managers available in java awt?
What are dot operator queries?
Give example to differentiate between call by value and call by reference.
Write code to implement bubble sort in java?
What is arrays sort in java?
How we can run a jar file through command prompt in java?
Can we use synchronized block for primitives?
How can constructor chaining be done using this keyword?
Which collections are thread safe in java?
Explain the key functions of data binding?
Is sizeof a preprocessor?
Is array an object in java?