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 is identifier give example?
What are abstract classes and anonymous classes?
How many types of constructors are used in java?
Is 0 true or is 1 true?
What are the advantages of exception handling in java?
What is the difference between equals() and == in java?
how does the run() method in runnable work? : Java thread
What is the difference between stream and buffer?
What is reflexive association?
What does business logic mean?
Explain parallel processing in java8?
Explain the difference between comparator and comparable in java?
Explain the importance of thread scheduler in java?
How do you test a method for an exception using junit?
Are arrays dynamic in java?