make sure to add/create a .equals(object obj) method for person, and student. a student id is unique, so students are equal if the id is equal, along with their first and last names. for people, they are only unique/equal if both first and last names are equal.