Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Activity 3. In the previous lab you created a Person class. Now, in this activity change the design of the Person class, in which the
Activity 3. In the previous lab you created a Person class. Now, in this activity change the design of the Person class, in which the list of friends of a person will be stored in an ArrayList, instead of a String. Then, provide getter and setter methods to get the name of a friend using a given position or set the name of an existing friend, respectively. In your tester class, test your class and also printout the list of all friends of a given person object
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started