首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: #include using narnespace std; classA { public: A(){cout
有如下程序: #include using narnespace std; classA { public: A(){cout
admin
2018-09-13
31
问题
有如下程序:
#include
using narnespace std;
classA
{
public:
A(){cout<<"A";}
};
class B{public:B0{cout<<"B";}};
class C:public A
{
B b:
public:
C(){cout<<"C";}
};
intmain(){C obj;return 0;}
执行后的输出结果是( )。
选项
A、ABC
B、BAC
C、ACB
D、CBA
答案
A
解析
C++程序中的执行予类,首先执行基类的构造函数,然后执行数据成员类的构造函数,最后执行子类本身的构造函数,所以输出结果为ABC。
转载请注明原文地址:https://kaotiyun.com/show/4yAp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
若有如下程序段:#include<iostream>usingnamespacestd;intmain(){char*p="abcdefgh",*r;long*q;q
设有以下说明和定义:#include<iostream.h>Voidmain(){typedefunion{longi;intk[5];charc;}DATE;struct
结构化程序设计的核心和基础是()。
按照“先进后出”原则组织数据的数据结构是()。
关于纯虚函数,下列表述中正确的是()。
下列选项中不属于结构化程序设计方法的是()。
请定义一个函数名为fun,返回值为int,没有参数的纯虚函数的定义是______。
以下for语句中不是死循环的是
以下哪个不是C++语言中的有效标识符?
常用的软件结构设计工具是结构图(SC),也称程序结构图。其中,用矩形表示,用带空心圆的箭头表示传递的是数据。
随机试题
患者男性,因上前牙牙龈反复出现瘘管,X线片显示根管钙化,经过多次正规治疗后无效,拟行根尖手术该患者适宜采用的手术切口是A.半月形瓣B.扇形瓣C.全厚粘骨膜瓣D.矩形瓣E.以上皆不正确
下列个人理财业务人员的做法中,需要负刑事责任的是()
“园本教研”的三要素是()
2014年一季度,A省货物运输增长较快,全省各种运输方式共完成货运量89294万吨,比上年同期增长15.4%;完成货物周转量2444.60亿吨公里,增长17.7%。全省货运增长较快主要依靠公路和水路拉动。一季度,公路完成货运量64944万吨,货物
AroundhalfofallteenagersintheUKareputtingthemselvesatriskoffoodpoisoningbecausetheydon’twashtheirhandsbefo
OneafternooninJanuary1989,SusanSharp,43,andher8-year-oldson,David,werewalkinghard【C1】______anicyparkinglot,【C2
Youwillhearaninterviewaboutdifferentmoneytypesinorder:guardians,idealists,artisans,rationalsandthemixedtype.F
STOMACH:
SomeTheoriesofHistoryI.TheproblemsofunderstandinghistoryHistorywithwrittenrecords:therecordsmaybe【T1】______
DisagreementmarkshistoricalappraisalsofAmerica’semergenceasagreatpowerattheturnofthetwentiethcentury.Ontheo
最新回复
(
0
)