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 implement a multithreaded applet?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
How do you override a method?
Why is static used?
What is consumer interface?
How do you empty a list in java?
Do you know how to reverse string in java?
What are the two main uses of volatile in Java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Write a program based on Java script program.
What are different access specifiers in java?
Why java is a platform independent? Explain
Is linkedlist thread safe in java?
Can one thread block the other thread?
Is nullpointerexception checked or unchecked?