单选题:有如下程序: #include usingnamespacestd; classBASE{ public: ~BASE(

  • 题目分类:C++
  • 题目类型:单选题
  • 查看权限:VIP
题目内容:
有如下程序:
#include
usingnamespacestd;
classBASE{
public:
~BASE(){cout<<"BASE";}
};
classDERIVED:publicBASE{
public:
~DERIVED(){cout<<"DERIVED";}
};
intmain(){DERIVEDx;return0;}
执行后的输出结果是(  ) A.BASE
B.DERIVED
C.BASEDERIVED
D.DERIVEDBASE
参考答案:
答案解析:

已知在一个类体中包含如下函数原型:VOLUMEoperator-(VOLUME)const;,下列关于这个函数的叙述中,

已知在一个类体中包含如下函数原型:VOLUMEoperator-(VOLUME)const;,下列关于这个函数的叙述中,错误的是(  )A.这是运算符-的重载运

查看答案

以下Case语句中错误的是(  )。

以下Case语句中错误的是(  )。A.Case 0 To 10 B.Case Is>10 C.Case Is>10 And Is<50 D.Case 3,5,

查看答案

以下函数fun的功能是返回str所指字符串中以形参c中字符开头的后续字符串的首地址,例如:str所指字符串为:Hello

以下函数fun的功能是返回str所指字符串中以形参c中字符开头的后续字符串的首地址,例如:str所指字符串为:Hello!,c中的字符为e,则函数返回字符串:e

查看答案

If George Strong took the job in Birmingham, he would have t

If George Strong took the job in Birmingham, he would have to leave his family i

查看答案

StringBuffer类提供  字符串对象的表示。

StringBuffer类提供  字符串对象的表示。

查看答案