Feb 03: Writing a Class
Learning Objectives
After today's class, you should be able to:
- Interpret a UML class diagram and stub out the corresponding code.
- Implement constructors, accessors, mutators, equals, and toString.
- Write a test program that calls non-static methods of another class.
Lesson Outline¶
Debrief [5 min]
- HW 1 solution on Canvas Files
Lab03 [45 min]