Today we began learning about defining new classes of objects (slide set ch08-1). We implemented part of a Point class and also wrote a client program named PointMain that uses Point objects. We gave some state (fields) and behavior (instance methods) to each Point object, but the class is still incomplete.