You need to have an array for this database, the size of this database is given by MAX. You may simply set MAX to be 8 to save your effort in filling information.
You need to implement all the methods in each of the classes below. The toString method is different in every class. You also need to have a client class (Driver) to initialize your array and print out the youngest person in your database.
You must use inheritance, polymorphism and array in this programming assignment.