有如下类定义: class Sample { public; Sample(int x):ref(x){} //① private: Sample():ref(0){) //② static int val=5;

admin2017-10-17  24

问题 有如下类定义:
   class Sample {
   public;
   Sample(int x):ref(x){}  //①
   private:
   Sample():ref(0){)    //②
   static int val=5;    //③
   const int ref;    //④
   };
   上述程序段中,错误的语句是(    )。
A) ①
B) ②
C) ③
D) ④

选项 A、 
B、 
C、 
D、 

答案C

解析
转载请注明原文地址:https://kaotiyun.com/show/zWAp777K
0

最新回复(0)