
/**
 * Abstract class Shapes - defines attributes of shapes
 * 
 * @author McKinley
 * @version April 2007
 * 
 * 1) Define an abstract class named Shapes
 * 2) use a static variable (name)
 * 3) require toString & draw - show parameters must match
 */

