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
How destructors are defined in java?
Differences between C and Java?
What is the instance of an object?
How to implement an arraylist in java?
Why is string buffer better than string ?
In java how do we copy objects?
What is the collections api in java programming?
Can we have any code between try and finally blocks?
What is predicate in java?
What is Gang of four design patterns
Is array size fixed in java?
What makes a function well defined?
Why put method is idempotent?
Can we make the abstract methods static in java?
Explain about narrowing conversion in java?