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

admin2013-02-27  18

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

选项

答案2

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

最新回复(0)