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
What is data structure in java?
What is the benefit of inner classes in java?
What is serialversionuid?
What is purpose of applet programming?
How can we achieve thread safety in java?
Why is java called the platform independent programming language?
List some important characteristics on jre
What is purpose of keyword void?
Can a main method be declared final?
Why do we use threads in java?
What is void keyword?
What is connection class in java?
When does a class need a virtual destructor?
What do you mean by multithreaded program?
Can we override private method?