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
What is synchronization and why is it important in java programming?
How do you use find and replace?
Describe the Big-O Notation.
What are the two parts of a conditional statement?
Define a package.
Which is best ide for java?
How is hashset defined in java?
What are basic keywords?
What are parsers? Dom vs sax parser.
Enlist diffrent types of inheritance supported by java?
What does sprintf mean?
Can you inherit from an abstract class java?
What is difference between final and finally in java?
Where are the card layouts used?
What is bean? Where it can be used?