why java does not support multiple inheritance
Answer Posted / umesh bhargava
Java follows single-inhertitance model that is a subclass
can only aquire the properties from a single super class.
The reason is some conflicting issues with multiple classes.
But java do support multiple interface inheritance that is
a sub class can implement more than one interfaces. It can
alternatively used in place of multiple inheritance...but
remember it is multiple interface inheritance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you invoke a method?
How is abstraction implemented in java ?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is identifier give example?
What is == mean?
a thread is runnable, how does that work? : Java thread
Is java code slower than native code?
How will you reverse a singly-link list?
Can a constructor be made final?
What is java util list?
What is factor r?
What is oops in java?
What does you mean in math?
Define packages in java?
Why are parameters used in functions?