Why java does not support Multiple Inheritance?

Comments

Showing Answers 1 - 4 of 4 Answers

Sireesha

  • Sep 22nd, 2005
 

Due to complexity of maintenance of code, java does not support Multiple Inheritance

  Was this answer useful?  Yes

kuriakose

  • Sep 30th, 2005
 

The java designer's view was to develop a simple, object oriented, and familiar language. In the designers' opinion, multiple inheritance causes more problems and confusion than it solves.

  Was this answer useful?  Yes

kuriakose

  • Sep 30th, 2005
 

Java designer's idea was to develop a simple, object oriented, and familiar language.In the designers' opinion, multiple inheritance causes more problems and confusion than it solves.

  Was this answer useful?  Yes

mahesh

  • Dec 2nd, 2005
 

to eleminate ambiguity error java does not support multiple inheritance

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions