Why java Don't Support Multiple interitence
Answer Posted / g ch vishnu vardhan reddy
Multiple Inheritance is not supported by java in order to
avoid ambiguity between variables of different classes and
to rudece memory overloading.
| Is This Answer Correct ? | 42 Yes | 1 No |
Post New Answer View All Answers
What is collections framework?
What is a char in java?
How much is a java license?
What is function and its uses?
What are the steps involved to write rmi based programs?
What is the default size of set in java?
Can a class be private or protected in java?
Is linkedlist thread safe in java?
What is the association?
What does += mean coding?
What data type is string java?
Why do we need data serialization?
What is general methodology?
What is scope of a variable?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?