多选题
有下列类定义 #include using namespace std; class Point { public: Point{ X=a;Y=b;} int GetX{return X;} int GetY{return Y;} private: int X,Y;}; 现有语句Point *p=new Point[2">;则与.GetX等效的表达式是( )