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 are different types of expressions?
What is java used for on a computer?
How do you compare two objects?
Explain yield() method in thread class ?
Explain different types of thread priorities ?
What is the += operator called?
Explain exception chaining in java?
What is the disadvantage of java?
What is the access scope of protected access specifier?
How will you compute size of a structure?
Why char array is favored over string for the storage of passwords?
What happens if a constructor is declared private?
What are default methods ?
Can you explain the final method modifier?
worst case complexities of Quick sort and Merge sort.