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


Please Help Members By Posting Answers For Below Questions

What are the four versions of java?

546


what is singleton class in java?

620


Can we override constructor in java?

577


Is finalize() similar to a destructor?

547


What are the fileinputstream and fileoutputstream?

568






What is threaded programming and when is it used? : Java thread

532


What are class types in java?

579


What is the size of a string in java?

547


Does .length start 0 java?

566


What is subsequence of a string?

601


What is abstract class? Explain

595


What are the major drawbacks of external iteration?

572


What is literal example?

561


Is static a keyword in java?

523


Can we call a non-static method from inside a static method?

561