Why does java doesnot support multiple inheritance?
Answer Posted / balu
multiple inheritance is not available in java for the following reasons
1.it leads to confusion for a java program
2.the programmer can achieve multiple inheritance by using interfaces
3.and also we can achieve it by repeatdly using single inheritance.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How many types of flags are there?
What occurs when an object is constructed?
What is the use of default method in interface in java? Explain
What is a function argument in java?
What is merge sort in java?
What is a condition in programming?
Is intellij better than eclipse?
Can memory leak happen java?
What is default exception handling in java?
Is string thread safe in java?
How does thread synchronization occurs inside a monitor?
Are functions objects in java?
What is size_t?
What are the restrictions that are applied to the java static methods?
Is arraylist a class in java?