Class Implementation


Class Structure

 
/** Class documentation goes here.
 */
public class Ball
{
  // State: instance variables go here.

  // Constructors

  // Methods

}

Alyce Brady, Kalamazoo College