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
What is visibility mode?
What is continuity of a function?
What is arraylist e?
What do you mean by multithreaded program?
What does regex mean?
How do you implement tree mirroring in java?
What is the size of a string in java?
What are the types of arrays in java?
what are three ways in which a thread can enter the waiting state? : Java thread
What access modifiers can be used for variables?
When should you use arraylist and when should you use linkedlist?
What is the relationship between class and object?
What is a local block?
What is the purpose of the runtime class in java programming?
Who is the owner of java?