首页
2024-07-27 17:26:20
C+ + 程序设计(04737)
【正确答案】:int X,Y;错。因为X,Y都是私有的,在类外无法直接访问。[修改] public:int X,Y;
上一篇:
下一篇: