why java does not support multiple inheritance
Answer Posted / jitesh singh
java support multiple inheritance though multiple interface inheritance but multiple interface inheritance allows an object to inherit many different method signatures with the warning that the inheriting object must implement those inherited methods.Thus,The inheriting object just doesn't get an implementation free ride.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is java same as core java?
What are the access modifiers available in java?
What do you mean by of string::valueof expression in java 8?
Can we declare the main method of our class as private?
What is callable java?
What is equals method in java?
Why is whitespace important?
What is polymorphism java example?
How do you input a string in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is an immutable object?
What is method with example?
What are thread groups?
What is ph and buffers?
How many bytes is a string java?