public NewStudent(Interest interest) { //需要带上this this.interest = (Interest)interest.Clone(); }
public NewStudent(string name) { name = name; interest = new Interest(); }