why java does not support mulitple inheritance directly?
Answer Posted / kranthi kumar adari.
Java doesnot support multiple inheritance bcoz it leads to
ambiguity when two base classes are having same function
signature.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is token in java?
Which access specifier can be used with class ?
What is getkey () in java?
What are the types of casting?
Can we call the constructor of a class more than once for an object?
What is the benefit of inner classes in java?
What is flush () in java?
How many classes can any class inherit java?
What is a parameter in a function?
Does java have extension methods?
Why parameters should be passed by reference?
Explain numeric promotion?
What happens if I remove static from main method?
How many types of java are there?
What do you mean by constant time complexity?