A Person has a name (just a first name for simplicity) and friends. Store the names of

Question:

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 constructor that constructs a person with a given name and no friends. Provide methods

public void befriend(Person p)
public void unfriend(Person p)
public String getFriendNames()

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: