A. PastCourse
B. methods: setName(), getName(), setID(), getID(), getAddress(), setAddress()
fields/variables: StudentID
C. zero to n sections can exist for a given course
D. one Removed at KS request
Anyone want to explain an association link?
B. setName(), setAddress(), getName(), getAddress(), setID(), getID()
StudentID, name, address, major...maybe major depending on what associate link means. Kyle DuPont
Association means that there's a reference. A Deer can refer to its Cornfield, but no implication of inheritance made at all. Mark Guzdial