第3题: [填空题]有如下两个类声明
class AA {
public:
int m;
};
class BB: protected AA{
int n;
};
在类BB中,数据成员m的访问属性是__【12】__,数据成员n的访问属性是__【13】__。
参考答案:保护成员 答案解析:[解析] 在派生类BB中,数据成员m是从基类AA保护继承而来,所以其属性为保护成员。在类的定义中,没有显式定义的数据成员其属性为私有成员。
第20题: [单项选择]Scientists and economists believe that human being can neveruse away all the mineral resources on Earth.( ) A. believe B. can never C. use away D. mineral 参考答案:C 答案解析: