why java does not support multiple inheritance
Answer Posted / sskur
Java was designed without multiple inheritance.Java
interfaces solves most problems that are commonly solved
using multiple inheritance just simulates inheritance .
Kalaivani , Kishore don't misguide others unless your
absolute with your answers.
| Is This Answer Correct ? | 40 Yes | 72 No |
Post New Answer View All Answers
What happens if constructor is private?
What is the use of 'super' keyword inside a constructor?
Does every java program need a main?
What are the supported platforms by java programming language?
What is the indent key?
When is the arraystoreexception thrown?
Can a class have multiple superclasses?
What’s a deadlock?
Can list contain null in java?
Explain polymorphism citing an example.
What is a module function?
What is constructor chaining in java?
Explain super keyword in java.
What are the differences between abstract class and interface?
Why null value is used in string?