单选题 下列程序中说明的私有成员是 ______。 class Location{ int x; public: void init(int initX,int initY); private: int y; public: int SetX(); Int SetY();
【正确答案】 C、D
【答案解析】