填空题
A.MyClass myObj; B.MyClass myObj(11,"13301111155"); C.MyClass myObj(12,’m’); D.MyClass myObj(12);
A.Pointpt;pt;Print(); B.const Point pt;pt.Print(); C.Pointpt;pt.Move(1,2); D.const Point pt;pt.Move(1,2);