class Point { int x = 10; public int getX() { return x; } }