public ClassRoom(Pupil A, Pupil B) { this.A = A; this.B = B; }
public ClassRoom(Pupil A, Pupil B, Pupil C) { this.A = A; this.B = B; this.C = C; }