Polymorphism: the ability of different objects to respond to the same message or method invocation in different ways.
When the "Move" button is clicked, each sprite moves in its unique way, demonstrating polymorphism.