All > Technology > Programming > Java
The ability of a class or interface to extend more than one class or interface. In Java, multiple inheritance is only available in the following circumstances
- An interface may extend more than one interface.
- A class may implement more than one interface.
- Browse Related Terms: abstract, aggregation, class inheritance, has-a relationship, Hash Function, hierarchy, implements clause, inheritance, inheritance hierarchy, interface inheritance, is-a relationship, multiple inheritance, sibling sub classes, single inheritance, sub class, Super, upcast
Also listed in:
- All > Technology > Programming > Perl