why java does not support multiple inheritance
Answer Posted / settipalli rajesh
It is because of two reasons?
1.the derived class should contain the properties or functions with the same priority
2.multiple inheritance causes the object of "Object class would be created more than once...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between static synchronization vs. Instance synchronization?
What are the main uses of java?
What does replaceall do in java?
Can we declare a class as static?
Explain about abstract classes in java?
What is difference overloading and overriding?
What is dynamic binding(late binding)?
What are the loops in java?
Which list is sorted in java?
What does provide mean construction?
What a static class can contains?
What is the difference between iterator and enumeration ?
What is the difference between heap memory and stack memory?
is there a separate stack for each thread in java? : Java thread
Is there any sort function in java?