InterviewSolution
| 1. |
Why Multiple Inheritance Is Not Supported By Java? |
|
Answer» Java is introduced after C++ and Java designer didn't WANT to take some C++ feature which is confusing and not essential. They think multiple inheritances is one of them which doesn't justify complexity and CONFUSION it INTRODUCES. You can also check why multiple inheritances are not SUPPORTED in Java for more reasons and discussion around this. Java is introduced after C++ and Java designer didn't want to take some C++ feature which is confusing and not essential. They think multiple inheritances is one of them which doesn't justify complexity and confusion it introduces. You can also check why multiple inheritances are not supported in Java for more reasons and discussion around this. |
|