单选题
有如下的对类“X”的说明,其中 ______ 是错误的。
class X
{
A、
int a=10;
B、
X();public:
C、
X(int val);
D、
~ X();}
【正确答案】
A
【答案解析】
提交答案
关闭