Why multiple inheritances is not supported in java?
Technology: javaOOPs
AskedIn:
Topics:
Type:
Multiple inheritances makes it hard and adds much more complexity to code debugging and JVM which doesn't balanced out the benefits it offers so the the team decided to not implement this feature.