why java does not support multiple inheritance
Answer Posted / ouali international
Multiple inheritance in Java is not allowed directly simply
because Java has another concept of Interfaces that replace
the ambiguity of this problem in other OOP languages such
as C++.
| Is This Answer Correct ? | 9 Yes | 23 No |
Post New Answer View All Answers
what are the disadvantages of indexes in oracle?
What is difference between jdk,jre and jvm?
What is the difference between the final method and abstract method?
What are locale settings?
What is google full form?
What is unicode used for?
What is arrays aslist in java?
Is string is a data type in java?
Does java support function overloading, pointers, structures, unions or linked lists?
What is meant by stack and queue?
What is keyword and identifier?
Can you run java program without main method?
What is int short for?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is natural ordering in java?