填空题

有如下程序: #include using namespace std; class Point{ double x,y; public; Point(double xx=0.0,double yy=0.0):x(xx),y(yy){} double getX()const{return x;} double getY()const{return y;} void show()const{cout<<’(’<
【参考答案】

(C.A,E.B)