why java does not support multiple inheritance
Answer Posted / kishore
Java absolutly support multiple inheritence in terms of
Interface.We can extend one class only to avoid ambiguity
problem.In interface we have to define the functions.So we
don't get any ambiguity.In c++ it is big problem with
multiple inheritence but in JAVA this thing is improved by
introducing Interfaces
| Is This Answer Correct ? | 304 Yes | 88 No |
Post New Answer View All Answers
What is int argc char * argv?
Is java a software?
Why we go for collections in java?
What is serial version uid and its importance in java?
What is meant by main method?
What is unicode in java?
What is length in java?
Are maps ordered java?
Write a java program to check if a number is prime or not?
Explain access modifiers in java.
How do you declare a variable?
How do you use wildcards?
What is a nested list?
Can we execute a program without main?
Explain the difference between jdk, jre, and jvm?