Circularly Referential Data Definitions and Methods
For the rest of the assignment 7 --- due on Thursday, October 30, 2008 do the following:
Do problems A, B, C, and D from Lab 7, then design the method partyList that produces a list of all people that will be invited to a party given by this person. Assume every friend of this person invites all of his/her friends, and each invited person invites his or her friends as well.
Due Date Thursday October 30, 10:00 pm.
Person class with addBuddy and
removeAll methods: Person.java
Examples class with initData and
tearDown methods and a skeleton test case: Examples.java