why java does not support multiple inheritance
Answer Posted / akhila
java does not support the multiple inheritance directly,but
it supports multiple inheritance throw interfaces,why means
in JVM get som abigious problem and will get confused as
which method it wil take.it creates complexity.so it does
not supports multiple inheritance directly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between extends thread vs implements runnable in java?
What does string [] args mean?
Tell me about different OOPS concepts.
What is the exception hierarchy in java?
Is this valid in java ? Can we instantiate interface in java?
Can we instantiate interface in java?
Where is const variable stored?
Is an empty arraylist null?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Why is sizeof not a function?
What is use of static method?
What technique is carried out to find out if a particular string is empty?
What is the constructor?
Difference between collection, collection and collections in java?
Explain, java is compatible with all servers but not all browsers?