Multiple Inheritance
l
Some languages allow one class to derive
from multiple base classes; Java does not.
l
The nearest thing would be a class deriving
from a single basic class and implementing
an interface at the same time.