why java does not support multiple inheritance
Answer Posted / devesh dashora
Basically multiple inheritance is useful only in
polymorphism, so in java it can be done by interfaces, so
that java doesn't need to provide multiple inheritance
using extends keyword.
| Is This Answer Correct ? | 22 Yes | 34 No |
Post New Answer View All Answers
what r advatages of websphere? & how to deploy?
Can we split string with in java?
What will be the default values of all the elements of an array defined as an instance variable?
What are class types in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What are different types of multitasking?
What is difference between add() and addelement() in vector?
Can classes declared using the abstract keyword cab be instantiated?
What is flush () in java?
Can a private method be declared as static?
What is jar?
What is the difference between notify and notifyall method?
Explain about automatic type conversion in java?
Why is it important to initialize a variable?
Why arraylist is not synchronized in java example?