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


Please Help Members By Posting Answers For Below Questions

What is synchronization and why is it important in java programming?

725


How do you use find and replace?

722


Describe the Big-O Notation.

835


What are the two parts of a conditional statement?

746


Define a package.

793


Which is best ide for java?

817


How is hashset defined in java?

752


What are basic keywords?

815


What are parsers? Dom vs sax parser.

807


Enlist diffrent types of inheritance supported by java?

715


What does sprintf mean?

744


Can you inherit from an abstract class java?

780


What is difference between final and finally in java?

849


Where are the card layouts used?

841


What is bean? Where it can be used?

853