Why java Don't Support Multiple interitence
Answer Posted / samir rana
java support multiple inheritance not through the use of
class, but through the implementation of interface we can
achieve multiple inheritance.
By using interface we can implement multiple interfaces for
a class which can solve the problem of our multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the method in java?
What do you mean by static variable?
What are the access modifiers available in java?
Explain about doubly linked list
What is append in java?
Is 0 an even number?
How you can force the garbage collection?
What is mutable object and immutable object?
What is an off by one error in java?
What is the full meaning of java?
What is java virtual machine? Explain
Can we convert stringbuffer to string?
What occurs when an object is constructed?
what is heap memory?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?