the getUniversity function in the Person class does not return a University object, but rather an array with information about the user's university. This is legacy stuff from when we did not have a dedicated University class. Now that we do, these 'getUniverstiy' functions should be changed.
the getUniversity function in the Person class does not return a University object, but rather an array with information about the user's university. This is legacy stuff from when we did not have a dedicated University class. Now that we do, these 'getUniverstiy' functions should be changed.