In this task, you are required to provide the definition of a class called Student, which represents a typical (but a very limited) university student. Each student has a name (which consists of a string of characters) and a unique student identification (ID) number (consisting of a string of exactly six numerical digits). You are also required to define a class called TestStudent, which will be used to perform a number of test used to among other things, verify the correctness of the Student class. In order to maintain the uniqueness of the student ID, your program will need to check that any new IDs supplied by the user is not the same as any of the existing student IDs. Following are a list of specifications of the Student class: • Two fields name and id representing the student name and the student ID respectively as described above • Get and set methods for each field (getName(), getId(), setName(), setId()) • A toString() method that returns a string description of a given student object • An isValidId() method which accepts a string representing a possible new student ID as an argument and returns a boolean value (true or false) indicating whether the new ID satisfies the structural requirements of the student ID or not • A IdExists() which accepts a string argument representing a possible new student ID and returns a boolean value indicating whether the new ID is already being used by another • student or not
#Sales Offer!| Get upto 25% Off: