/** A BA in Math */ public class BAMathDegreeProgram extends LandSDegreeProgram { public String departmentRequirements() { return "Whatever the math deparment says you need to do for a BA in Math.\n"; } }