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
Can we execute a program without main?
What is java and its types?
What is difference between adapter class and listener?
Why set do not allow duplicates in java?
What is string data?
What are the different data types in java?
Differentiate storage classes on the basis of their scope?
What is the advantage of functional interface in java 8?
When do I need to use reflection feature in java?
Can java arraylist hold different types?
What about member inner classes?
What is variable declaration and definition?
What is the default value of the local variables?
What are different data structures in java?
What is the access scope of protected access specifier?