Skip to content

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]

Lab03 [45 min]

Your To-Do List