Jan 30: 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
Notes [5 min]
Lab03 [45 min]