Hands on Testing Java: Lab #6

Java Classes and Objects

Objectives

  1. To explore the class -- the primary Java mechanism for creating new types.
  2. To become proficient defining attributes and methods of a class.
  3. To learn how to test methods of an object (not a class).