题目内容
?有如下程序:
include(iostream.h>
include<stdlib.h>
classTestClass
{
public:
intX,y;
TestClass(){x=y=0;}
TestClass(inta,intb){x=a;y=b;}
voiddisp()
{
cout<<"x="<<x<<",y="<y<<endl;
}
};
voidmain()
{
TestClasss1(2,3);
s1.disp();
}
程序执行后的输出结果是()。
查看答案
搜索结果不匹配?点我反馈