Question: using java to write. Show me the output. A Person has a name (just a first name for simplicity) and friends. Store the names of
using java to write. Show me the output.

A Person has a name (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 p) unfriend(Person p) getFriendNames getFriendsCount() 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
Get step-by-step solutions from verified subject matter experts
