void main() { Point p = new Point(10, 20); p.move(1, -1); p.print(); }