问题详情

有如下类声明:

class MyClass

{

int i;

private: int j;

protected:int k;

public:int m, n;

};

其中,私有成员的数量为 【 9 】 。

参考答案
您可能感兴趣的试题