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
Explain the features of interfaces in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is super?
Can we make constructors static?
What is the difference between call by reference and call by pointer?
Can we have multiple classes in a single file?
What is jdbc api?
What is a Hash Table? What are the advantages of using a hash table?
What is difference between synchronize and concurrent collection in java?
Why multiple inheritance is not supported by java?
What is the diffrence between inner class and nested class?
Explain the concept of proper inheritance?
What is a default constructor and also define copy contrucyor?
Using callable statement how can you pass out parameters, explain with example?
What is maximum size of arraylist in java?