Data structure & Algrothium java program
Santa Claus allegedly keeps list of those are naughty and those who are nice. On the naughty list are the names of those who will get coal in their stockings. On the nice list are those who will receive gifts. Each object on this list contains a name and a list of that person's gifts.
Create the following classes:
1. Name.java object class containing two strings attributes first name and last name (and appropriate constructors, setters/getters)2. NicePerson.java object class containing the name object and an ArrayList of string to store the list gifts ( and appropriate constructors, setters/getters). This class would extend the attached NicePersonInterface.java3. Santa.java object class containing one ArrayList of Names to store the naughty names. Another ArrayList of NicePerson to store the nice names and gifts. Add atleast 4 names in each list and display all information.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here