Quiz: Listing Friends
| What would be a good public interface for the method that lists friends? Your method should produce a string with the list. | public String getFriends() |
Again, there are many possible ways. Did you start with public String? Did you realize that this method takes no parameters? If so, pat yourself on the back. |