This program simulates the battle between two character classes. In the HaveBattle class we are having a battle between aMageand a Warrior. You are to write the supporting code using inheritance and a touch of polymorphism. 1.1 Characters There are two types of CharacterClasses, Warriors andMages. Each CharacterClass has a […]