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

When we call receiveDamage() method on human and wizard we'll see their similar behavior but different results.

Make sure to first assemble human.receiveDamage().