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 / dinesh goud
java does not supports multiple inheritance .........we fell that through interface we can achive but that is not correct.........through interface we achive only late binding.........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can anonymous class have constructor?
What is the difference between the ">>" and " >>>" operators in java?
What are internal variables?
What is the difference between overriding and overloading in OOPS.
What is java reflection?
What does super keyword do?
Explain the differences between abstraction and encapsulation?
What is variable and rules of variable?
Can a serialized object be transferred via network?
What is the maximum size of list in java?
Do loops java?
How do you define a method?
Can I use % with real numbers?
Why deletion in linkedlist is fast than arraylist?
What are the loops in java?