private private에 대한 착각 public class Point { private int x; private int y; public Point() { } public Point(int x, int y) { this.x = x; this.y