Report - Information hiding Point2(double newX, double newY) {this.set(newX, newY);} // copy constructor public Point2(Point2 other) {this(other.x, other.y);} Accessors

Please pass captcha verification before submit form