分类: C+ + 程序设计(04737) 发布时间: 2024-07-27 17:41 浏览量: 0

【正确答案】:float get( ){return x+y;} 该成员函数的权限错误,改成public。