Does Alice support inheritance?

Alice supports inheritance in a very modest way.

Typical Alice literature doesn't expose the fact that inheritance is in play.

I will extend the Hare class into a new class named SpinningHare.

An object of the SpinningHare class is a more specialized type of hare than the hares represented by the Hare class in the gallery.

In particular, a SpinningHare object knows how to stand in one spot and spin around when asked to do so.

Ordinary Hare objects don't have that capability.