7 PM – Intro To Java – Gamas
Homework Continue on MonsterInheritance project Inside Monster.java, add a new method: doArrowDamage(int amount) Inside the method, reduce Monster.health by amount. Inside WaterGolem.java, override Monster.doArrowDamage(int amount). This is very similar to how youRead More...