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 static keyword in java?
What is get () in java?
Describe string intern() methodology
Does sprintf allocate memory?
What is formatted output in java?
How does finally block differ from finalize() method?
What is math exp in java?
What is the use of string and stringbuffer?
Difference between concurrent hashmap and hashtable and collections
What is double in java?
why not override thread to make a runnable? : Java thread
I want to store more than 10 objects in a remote server? Which methodology will follow?
What type of variable is error flag?
What is the difference between preparedstatement and statement in java?
Can we serialize singleton class?