I am creating an array of type Object. I have two different classes, Employee and Person which have simple attributes like name, salary (Employee) first name, date of birth (Person). I need to add some Employee and Person objects into my array and compare certain things within the array. Ex, retrieving the youngest Person from the array.I am creating an array of type Object. I have t