Exemple #1
0
 /*
  * Pre:
  * Post: The new student is added to the database
  */
 public void addToDatabase()
 {
     id = DbInterfaceStudent.AddNewStudent(this);
 }