We can create a Human class and have a Wizard class extend it.
Human
Wizard
Then, using method overriding, we can change the Wizard class's attacking behavior.