Hints for Lab 4
- How many static objects of class
SocialNetwork
can be created?
- Imagine that you must write a program that creates several objects of the class
Social Network because different people want to keep track of their own sets of
friends. Can you create separate lists of friends for each one of these people if
you make all methods and instance variables in class
SocialNetwork
static?