首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: #include<iostream> using namespace std; class Basel{ public: Base1(int d){cout<<d;} ~Base1(){} }; class Base2{ public: Ba
有如下程序: #include<iostream> using namespace std; class Basel{ public: Base1(int d){cout<<d;} ~Base1(){} }; class Base2{ public: Ba
admin
2015-11-24
42
问题
有如下程序:
#include<iostream>
using namespace std;
class Basel{
public:
Base1(int d){cout<<d;}
~Base1(){}
};
class Base2{
public:
Base2(int d){cout<<d;}
~Base2(){}
};
class Derived:public Base1,Base2{
public:
Derived(int a,int bint c,int d);
Base1(b),Base2(a),b1(d),b2(c){}
Private:
int b1;
int b2;
};
int main(){
Derived d(1,2,3,4);
return 0;
}
运行时的输出结果是( )。
选项
A、1234
B、2134
C、12
D、21
答案
D
解析
程序在创建派生类对象d时,分别调用基类Base1和Base1的构造函数。
转载请注明原文地址:https://jikaoti.com/ti/L3E0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
下列函数的运行结果是#include<iostream.h>intf(inta,intB){intc;if(a>b)c=1elseif(a=b)c=0;
设有intx=11;,则表达式(x++*2/3)的值是
下面程序的预设功能是:统计文件abc.txt中的字符个数。#include<iostream.h>#include<fstream.h>#include<stdlib.h>voidmain(){
有如下程序:#include<iostream>usingnamespacestd;template<typenameT>Ttotal(T*data){Ts=0;whi
以下程序的输出结果是【】。#include<iostream>usingnamespacestd;voidfun(){staticinta=0;a+=2;cout<<a
以下程序段共有错误()处。#include<iostream>usingnamespacesstd;classSample{private:intn;public:
有以下程序#include<iostream>usingnamespacestd;classsample{private:intx;public:sample(intA
以下程序的执行结果为【】。 #include<iostream> usingnamespacestd; classbase { public: virtualvoidwho() { cout<<
C++语言中关键字运算符有new,delete和______。
随机试题
下列哪项不是板蓝根的性状特征
一英国商人某甲在俄国的代理人某乙,要从俄国把一批货物运到英国港口城市赫尔,并将一份普通提单交付给某甲,运送该货物的船长为德国人某丙。该船在去英国途中于挪威海域失事,所运货物被打捞至挪威海岸,根据挪威的法律,在上述失事的情况下,船长有权出卖所运货物、并把所有
加工的标的物()。
根据印花税法律制度的规定,下列各项中,不属于印花税的纳税人的是()。
下列异常现象中可能是由于过程参数μ发生变化造成的是()。
请从所给的四个选项中,选择最合适的一个填入问号处,使之呈现一定的规律性;
给定资料1.2015年8月12日晚11时30分左右,天津滨海新区一集装箱码头发生爆炸。据目击者称,现场火光冲天,腾起蘑菇云,爆炸产生强烈震感,河北多地亦能感觉到。据央视报道,发生爆炸的是集装箱内的易燃易爆物品。爆炸发生后,爆炸地点附近多处建筑物
影响一种商品需求数量的因素包括()。
Morethan22millionpeoplewholiveintheUnitedStatesdon’tspeakorunderstandEnglishverywellandthatcanbe【B1】______.
Bydegreestheshutterswereopened:thewindow-blindsweredrawnup,andpeoplebeganpassingtoand【C1】______.Somefewstoppe
最新回复
(
0
)