手机扫码关注微信
随时随地刷题
试卷介绍
试卷预览
- 31有如下程序:#include<iostream>using namespace std;class Base {int x;public;Base{int n=0}; x(n){cout<<n;}Int getX()const{return x;}};class Derived public Base{int y;public;Derived(int m, int n): y(m), Base(n){cout<<m;}Derived(int m): y(m){cout<<m;}};int main(){Derived dl(3), d2(5,7);Return 0;}运行时的输出结果是( )。
A.375
B.357
C.0375
D.0357
开始考试练习点击查看答案 - 32下列有关抽象类和纯虚函数的叙述中,错误的是( )。
A.拥有纯虚函数的类是抽象类,不能用来定义对象
B.抽象类的派生类若不实现纯虚函数,它也是抽象类
C.纯虚函数的声明以“=0;”结束
D.纯虚函数都不能有函数体
开始考试练习点击查看答案 - 33有如下程序:#include<iostream>Using namespace std;Class Amount{int amount;public;Amount(int n=0): amount(n){}Int getAmount()const{return amount;}Amount &operator +=(Amount a){amount+=
A.amount;return ;}};int main(){Amount x(3),y(7);x+=y;cout<
B.this
C.&amount
D.amount
开始考试练习点击查看答案 - 34下列语句分别是不同程序中的第一个输入输出语句,若去掉其中的“<<left”,输出效果将发生变化的是( )。
- 35有如下程序:#include<iostream>using namespace std;class GA{public;virtual int f(){retum l;}};class GB: public GA{public;virtual int f(){return 2;}};void show(GA g){cout<<g.f();}void display(GA &g){cout<<g.f();}int main(){GA a: show(a); display(a);GB b: show(b); display(b);retum 0;}运行时的输出结果是( )。
A.1111
B.1211
C.1112
D.1212
开始考试练习点击查看答案
最新试卷
高中教育高考语文(重庆卷)2013年普通高等学校招生全国统一考试
类别:学历类其它高中教育高考语文高考语文第一轮复习测试题9
类别:学历类其它高中教育高考语文高考语文第一轮复习测试题8
类别:学历类其它高中教育高考语文高考语文第一轮复习测试题6
类别:学历类其它高中教育高考语文高考语文第一轮复习测试题4
类别:学历类其它高中教育高考语文高考语文第一轮复习测试题3
类别:学历类其它高中教育高考语文高考语文第一轮复习测试题2
类别:学历类其它高中教育高考语文高考语文第一轮复习测试题1
类别:学历类其它高中教育高考语文高中语文课课练(5)
类别:学历类其它高中教育高考语文高中语文总复习 经典易错题会诊与命题角度
类别:学历类其它