public bool IsOlderThan(Student other) { return this.GetAge() > other.GetAge(); }
public bool IsOlderThan(Student other) { return(this.GetAge() > other.GetAge()); }