why java does not support multiple inheritance
Answer Posted / deepak garg
multiple inheritence are simply use in java but if we use
this facility to java we are face to a mixup problem
because same name same argument confusion create and so we
are not use in multiple inheritence.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to perform linear search in java?
What is the synchronized method modifier?
What is class and object in java?
What are the data types supported by java?
How does indexof work?
Can we have static methods in an interface?
Can the interface be final?
why java does not support unsigned keyword?
Which collection allows duplicate values in java?
What happens when you add a double value to a string?
What is string builder in java?
How do you sort in java?
How can we make a class singleton?
Can we make constructors static?
what is object slice?