why java does not support multiple inheritance
Answer Posted / velmurugan.p
basically java does not support multiple inheritance because
java extend only one class so we use interface in multiple
inheritance to define more than one class to avoid ambiguity.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is super in java?
What is a boolean expression in java?
What is args length in java?
Define canvas?
Explain try and catch keywords in java?
What is the difference between an inner class and a sub-class?
What is return null in java?
What do you understand by Header linked List?
Which list is sorted in java?
What is the point of polymorphism java?
How does a for loop work java?
In java, how we can disallow serialization of variables?
What is a for loop in java?
Does java support function overloading, pointers, structures, unions or linked lists?
Give a brief description of java socket programming?