Chris S
Total Post:23
Points:115Total Post:23
Points:115Post:807
Points:4035In some scenarios multiple inheritance led to diamond problems which create ambiguities during program execution. In-spite of this Java support multi-level inheritance
© Copyright © 2010 - 2018 MindStick Software Pvt. Ltd. All Rights Reserved
Post:23
Points:115Why multiple inheritance is not supported in java?
To reduce the complexity and simplify the language, multiple inheritance is not supported in java in case of class.