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.
receiveDamage()
Wizard
health
Make sure to assemble wizard.receiveDamage();.
wizard.receiveDamage();