void main() { ColorPoint cp = new ColorPoint(10, 20, "green"); /* 3 */ cp.move(1, -1); /* 4 */ cp.print(); }