Multiple Inheritance
lSome languages allow one class to derive from multiple base classes; Java does not.

lThe nearest thing would be a class deriving from a single basic class and implementing an interface at the same time.