Overriding means that we can have the same method in the subclass but customize its behavior for what's needed in the subclass.

Call the receiveDamage() method on human and wizard to see their similar behavior but different results.

Make sure to first assemble human.receiveDamage().