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
Is null an object java?
Is list thread safe in java?
What all methods are used to prevent thread execution ?
What are different types of classloaders?
What are the 8 primitive data types in java?
Explain about fail fast iterators in java?
Differentiate between static and non-static methods in java.
How many types of array are there?
What does t in java mean?
What is Hierarchy of exception?
Are primitives objects?
What are wrapper classes in java?
What is the basic concept of java?
Explain a few methods of overloading best practices in java?
Is java still necessary?