public void duty() { System.out.println(getName() + " teaching " + course + " in " + dept); } public void enroll(String c) { course = c; System.out.println(getName ...