previous | start | next

Implementing a Test Program

  1. Provide a new class
  2. Supply a main method
  3. Inside the main method, construct one or more objects
  4. Apply methods to the objects
  5. Display the results of the method calls

previous | start | next