Quiz: Do We Have Enough Information?
When the addFriends method runs, do we have enough information where to draw the circle?
- yes, it is in the
xCoordandyCoordvariables - yes, we can get the coordinates from the friend variable
- yes, it's somewhere else
- no, we should take the coordinates in as parameters in the addFriend method
- no, we should make an instance variable