why java does not support multiple inheritance
Answer Posted / mukul
java does not supports multiple inheritence at all.but it
supports similar feature interface.Which removes the
ambiguity problem(Deadly Diamonds Of Death) and complexity
of multiple inheritence.Although interface is not the part
of inheritence because inheirtence is achieved in java
through extends keyword only.Interface is the part of
aggregation not inheritence.
Is This Answer Correct ? | 47 Yes | 13 No |
Post New Answer View All Answers
java Technical questions asked by JPMC
What is serialversionuid?
Give me example of derived data types.
Can we sort list in java?
Are maps ordered java?
Write a function for palindrome and factorial and explain?
What are the advantages and disadvantages of reference counting in garbage collection?
What class allows you to read objects directly from a stream?
Why we use set in java?
Explain about collection interface in java?
What is the file type?
How many types of methods are there?
Java is Pass by Value or Pass by Reference?
What is the mapping mechanism used by java to identify IDL language?
What is java util collection?