We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Adding a Wizard

Let's extend the Hero class by adding a second child class: the Wizard. Wizard heroes are more powerful than archer heroes. They cast spells at other heroes instead of shooting them, and casting does 25 damage instead of 10 but also costs 25 mana.

Assignment

Complete the Wizard class.