Exemple #1
0
 /*
  * Pre:  The student information must have been previously entered
  *       into the database, meaning that there is a unique id
  * Post: The student's information is updated
  * @returns true if the information is successfully updated and false otherwise
  */
 public bool editDatabaseInformation()
 {
     return(DbInterfaceStudent.EditStudent(this));
 }