Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In the picture above you created a Person class . Now, in this activity change the design of the Person class, in which the list

image text in transcribed

In the picture above 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.

Activity 3. A Person has a nane (just a first name for simplicity) and friends. Store the names of the friends in a string, separated by spaces. Provide a class for Person and a constructor that constructs a person with a given name and no friends. Provide the following methods as well: befriend(Person) unfriend(Person) get FriendNames) get FriendsCount() Suppose you also want to know the number of current persons you have created so far. Declare a new variable for the Person class to handle this task

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

Students also viewed these Databases questions

Question

mple 10. Determine d dx S 0 t dt.

Answered: 1 week ago