In OOP, objects can have the same method calls but different behaviors. We call that polymorphism.

As an example, all three instances below inherit the honk() method but produce different sounds.

Make sure to type honk().