We can create a Human class and have a Wizard class extend it.

Then, using method overriding, we can change the Wizard class's attacking behavior.