有如下类声明: class TestClass { int i; private:int j; protected:int k; public:int m,n; }; 其中,私有成员的数量为______。

admin2012-01-20  31

问题 有如下类声明:
   class TestClass
   {
   int i;
   private:int j;
   protected:int k;
   public:int m,n;
   };
   其中,私有成员的数量为______。

选项

答案2

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

最新回复(0)