A) pastCourse
B) setName(), getName(), setID(), getID(), setAddress(), getAddress()
name, address, studentID
C) Any number, [0,Infinity)
D) Just 1
~Jim
With th association links.....does that mean that you could create an instance of an associated class within the class it is associated with? REMOVEDke making a transcript instance in a student class?
Yup–in fact, that's the way that it normally works. Here's an interesting one to think about: How would you draw the association links for LLNode? Mark Guzdial