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