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
Can you inherit from an abstract class java?
Can a class have more than one object?
What is the maximum size of list in java?
What kind of variables can a class consist?
What is the difference between jvm and jre? What is an interface?
Why do we need hashmap in java?
What does || || mean in math?
What is jrmp?
Can you use this() and super() both in a constructor?
What is a values collection view ?
Name component subclasses that support painting in java programming?
What are the rules for naming an array?
Is java a software?
Explain public static void main(string args[]) in java.
What is the base class of all exception classes in java?