package Cartesian; import Cartesian.*; /* File: C_Shape.java * Author: John Young */ /** The C_Shape class provides a parent for other classes with Cartesian coordinates. *
@author John H. Young * @version 1.0.0 */ public class C_Shape { }