Dictionary of Computer and Internet Terms: multiple inheritance
multiple inheritance
a technique in object-oriented programming whereby an object type is defined to be a combination of two or more pre-existing types. Some programming languages, such as C++, permit this, and others, such as Java, do not.

