首页
2024-07-27 17:44:36
C+ + 程序设计(04737)
【正确答案】:testl ( int a) { x = a; } 没有适当的默认构造函数,可以修改为testl ( int a) :test(a){ x = a; }
上一篇:
下一篇: