package student; /** * This class contains the necessary information for maintaining quarters * in the student interfaces. */ abstract class Quarter { String term; int year; }