A word about polymorphism (cont'd)

Each of these procedures represents a form of polymorphism.

Polymorphism is not allowed in Alice.

In Alice, if you try to define a new method with the same name as an existing method in the same class hierarchy:

This prevents you from defining two methods in the same class hierarchy having the same name.