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
What is :: operator in java 8?
Explain what access modifiers can be used for methods?
How do you sort words in java?
What is an object's lock and which object's have locks in java programming?
What is a lock or purpose of locks in java?
What is the main purpose of java?
How can an exception be thrown manually by a programmer?
What are the advantages of packages in java?
What are access specifiers available in java?
How to create a thread in java?
Is void a data type in java?
What kind of variables a class can consist of?
What is a predicate method?
Is multiple inheritance supported by java?
What is arraylist class in java?