why java does not support multiple inheritance
Answer Posted / anoop
java do not support virtual keyword ,therefore direct
multiple inheritance is not supported in java
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What happens when a thread cannot acquire a lock on an object in java programming?
What is meant by oops concept in java?
Tell us something about an iterator.
What is the default value of float and double datatype in java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is nan in java?
Can we have two methods in a class with the same name?
Explain the key functions of data binding?
What is a top level class in java?
What if constructor is protected in java?
How do you escape json?
How do you differentiate abstract class from interface?
Can the interface be final?
Can we override protected method in java?
How does arraylist work in java?