public abstract class Necromancy extends Spell { final String schoolName = "Necromancy"; public String getSchoolName(){ return schoolName; } }