If a child class inherits the property from multiple classes is known as multiple inheritance.
Java does not allow to extend multiple classes but to overcome this problem it allows to implement multiple Interfaces.
Java does not allow to extend multiple classes but to overcome this problem it allows to implement multiple Interfaces.
Posted in: