Overriding a method replaces the code of the method in the superclass with that of the subclass.

Call the receiveDamage() method from the Wizard class to see what happens to the health property.

Make sure to assemble wizard.receiveDamage();.