Hands on Testing Java: Lab #6
Java Classes and Objects
Objectives
- To explore the class -- the primary Java mechanism for creating
new types.
- To become proficient defining attributes and methods of a
class.
- To learn how to test methods of an object (not a class).