Пример #1
0
 public bool IsOlderThan(Student other)
 {
     return this.GetAge() > other.GetAge();
 }
Пример #2
0
 public bool IsOlderThan(Student other)
 {
     return(this.GetAge() > other.GetAge());
 }