To override a method, we give it the same name and parameters as the method in the superclass.

We can override receiveDamage() from the superclass by coding the same method in the subclass.

Make sure to type in receiveDamage().