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 extension method in java?
Where is core java used?
Can singleton class be serialized?
What is variable explain?
What are pass by reference and pass by value?
what is the constructor and how many types of constructors are used in java?
Why stringbuffer is faster than string?
How define set in java?
What is off heap memory?
What does replaceall do in java?
How to create a base64 decoder in java8?
What is break and continue statement?
What is difference between string and new string?
Can a constructor be private and how are this() and super() method used with constructor?
What are the differences between checked exception and unchecked exception?