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
What will happen if a thrown exception is not handled?
Why does java not support pointers?
What is assembly language?
What does replaceall do in java?
what is synchronization? : Java thread
How do you compare two objects?
Which collection is best for sorting in java?
What is class and object in java?
What is the difference between array and array list in java?
What is the use of predicate in java 8?
What are the Class Libraries ?
Is upper case in java?
Is arraylist ordered in java?
Difference between comparator and comparable in java?
Why does java doesnt suuport unsigned values?