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 is the difference between static and non-static variables in java programming?
What is a hashmap used for?
Is special character in java?
What happens when main () method is declared as private?
Explain about interthread communication and how it takes place in java?
Outline the major features of java.
Where is java located?
When is the garbage collection used in Java?
What is the difference between a field variable and a local variable?
Can java list be null?
Why do we use threads in java?
Why strings in java are called as immutable?
What is the difference between method and means?
How to sort elements in a parallel array in java?
Can we define package statement after import statement in java?