예제 #1
0
파일: Student.cs 프로젝트: Rungrat1521/W05
 public string parameter(Curriculumn c)
 {
     return(c.degree_name());
 }
예제 #2
0
파일: Student.cs 프로젝트: Rungrat1521/W05
 public Student(int n, Curriculumn c)
 {
     this.code = n; this.curri = c;
 }