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

admin2012-01-20  21

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

选项

答案2

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

最新回复(0)