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
What sorting algorithm does javascript use?
How can you generate random numbers in java?
What is static import in java?
What is a pointer and does java support pointers?
What is a two-pass assembler?
Is 0 true or false?
Explain what is Marker interface?
What do you mean by hashing?
What is set string?
what are the high-level thread states? : Java thread
How do you read a char in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is parsing a sentence?
Can we override constructors in java?
Why do we need singleton class?