When we override a function, the original function becomes hidden. Still, there's a way to access it.

Sweet! With the word super, we can call the superclass's implementation of makeSound().

That doesn't look right, does it?