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 is methodological theory?
How does sublist works in java?
What is composition in java?
How can we create a thread in java?
java Technical questions asked by JPMC
What is method reference in java?
What does split function do in java?
Does constructor creates the object ?
Does java arraylist maintain insertion order?
What is the relationship between class and object?
What are advantages and disadvantages of OOPs?
Which class is the superclass for all the classes?
Why convert an applet to an application?
Define locale.
when should you use stringbuilder class in a program?