why java does not support mulitple inheritance directly?
Answers were Sorted based on User's Feedback
Answer / kranthi kumar adari.
Java doesnot support multiple inheritance bcoz it leads to
ambiguity when two base classes are having same function
signature.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / sumit pal singh
java Doesn't Support multiple inheritance.when two super classes have same variable name and same method name .then subclass confused from which class variable and method will be executed.due to this ambiguity is produced and java is a simple programming language not produce any confusion to developer.so multiple inheritance is restricted in java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikiran
Because we cann't extend more than one class at once
| Is This Answer Correct ? | 4 Yes | 10 No |
What is the difference between serial and throughput garbage collector?
how copy the hashmap object into arraylist at java program?
What is the difference between conversation & casting?
How to do validation of the fields in any project ?
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
What is update method called?
What are the different ways of creating thread?
Explain list interface?
How do you implement tree mirroring in java?
Explain the selection sort algorithm and state its time complexity?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is the purpose of the enableevents() method?