all are saying java doesn't support multiple inheritance but
by default Object class is super class for all the user
defined classes and we can extend atmost one class so each
class can extend more than one class so java supports
multiple inheritance?i am confused with this,pls any one
explain me.
Answer Posted / ravi
Java does not support multiple inheritence but supports,
Multi level inheritence.
In your question what you r saying is multi level
inheritence.
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
How to create com object in Java?
What is difference between static and abstract class?
What is the collection interface?
Is upper case in java?
Is java call by value?
What is double parsedouble in java?
Why java is object oriented?
Compare overloading and overriding?
Difference difference paint() and paintcomponent()?
Explain the difference between an Interface and an Abstract class?
What is double data type?
What is toarray method in java?
Is a class subclass of itself?
Explain the difference between abstract class and interface in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?