public class ExPrerequisiteForAnother extends ExCourseControl{ public ExPrerequisiteForAnother() { super("Prerequisite for another"); } public ExPrerequisiteForAnother(String msg) {super(msg);} }