问题
单项选择题
有如下类定义:class Sample {public;Sample(int x):ref(x){} //①private:Sample():ref(0){) //②static int va1=5; //③const int ref; //④};上述程序段中,错误的语句是( )。
A.①
B.②
C.③
D.④
答案
参考答案:C
解析: 静态整型数据不能定义为类的数据成员。
有如下类定义:class Sample {public;Sample(int x):ref(x){} //①private:Sample():ref(0){) //②static int va1=5; //③const int ref; //④};上述程序段中,错误的语句是( )。
A.①
B.②
C.③
D.④
参考答案:C
解析: 静态整型数据不能定义为类的数据成员。