why java does not support multiple inheritance
Answer Posted / karthikeyan
Java does not support Multiple inheritance Directly, But it
will support indirectly through Interface.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is function and method in java?
Why java is used everywhere?
What is a protected method?
What is the method to expand and collapse nodes in a jtree?
How to display names of all components in a Container?
What is the reflection?
How to use arraylist in java netbeans?
List out benefits of object oriented programming language?
What steps are taken when the OS shifts from one-thread execution to another?
What is the type of lambda expression?
When to use runnable interface vs thread class in java?
Write a program to print fibonacci series up to count 10.
Can we assign integer value to char in java?
What are java threads?
What are static blocks and static initalizers in java ?