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
Explain the usage of this with constructors?
What is difference between synchronize and concurrent collection in java?
What is a substring of a string?
What is floor math?
Why set is used in java?
What is the use of beaninfo?
What is static and final keyword in java?
What is public/private protected in java?
How many types of methods are there?
Which methods are used during serialization and deserialization process?
What are the main concepts of oops in java?
what is the messsage u r going to get from an objectoriented programing?
what is session in java?
Can we overload the constructors?
Explain how to convert any java object into byte array.