Implementing and Testing the Student Class

January 29th, 2016

Slides

Lecture Recording

Lecture Code

Testing

Course Class

Today we will add capability to the Student program by implementing a Course class. This is called an association in UML.  This is different than dependencies.  Both associations and dependencies are different forms of relationships between classes. (if curious about UML and discussion on difference)

Referencing Objects from within Objects

Take-home Exercise