Exemple #1
0
 public void Add_teacher(teacher tchr)
 {
     this.tch[this.tot_tch++] = tchr;
 }