首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下类定义: class AA{ int a; public: AA(int n=0):a(n){} }; class BB :public AA{
有如下类定义: class AA{ int a; public: AA(int n=0):a(n){} }; class BB :public AA{
admin
2021-06-10
46
问题
有如下类定义:
class AA{
int a;
public:
AA(int n=0):a(n){}
};
class BB :public AA{
public:
BB(int n) __________
};
其中横线处缺失部分是
选项
A、:AA(n){}
B、:a(n){}
C、{a(n);}
D、{a=n;}
答案
A
解析
本题考查派生类的构造函数,其一般形式为:
派生类构造函数名(总参数表列) : 基类构造函数名(参数表列)
所以只有A选项正确。
转载请注明原文地址:https://kaotiyun.com/show/03fp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
对如下二叉树进行后序遍历的结果为()。
有如下程序:#inc1ude<iostream>usingnamespacestd;classBase{intx:public;Base{intn=0};x(n){cout<<n,
下列关于栈的叙述正确的是()。
有如下程序:#include#includeusingnamespacestd;classAppliance{public:Applia
有如下程序:#includeusingnamespacestd;classPair{intm,n;public:Pair(intj,intk):m(j),n(k){}intget(){returnm;}intget()
在类的定义中,用于为对象分配内存空间,对类的数据成员进行初始化并执行其他内部管理操作的函数是()。
在软件生命周期中,能准确确定软件系统必须做什么和必须具备哪些功能的阶段是()。
下列对于软件测试的描述中正确的是()。
一棵二叉树共有25个结点,其中5个是叶子结点,则度为1的结点数为()。
一个工作人员可以使用多台计算机,而一台计算机可被多个人使用,则实体工作人员与实体计算机之间的联系是()。
随机试题
管理人员招聘的标准包括()
Throughouttheworld,innationsrichandpoor,moreandmorewomenaretakingupworkoutsidethehome.Inthedevelopednation
手太阳小肠经与足太阳膀胱经的交接部位是()
女性,23岁,诊断为肺结核,使用抗结核化疗,乙胺丁醇在使用中会出现哪种不良反应
微分方程yy"一2(y’)2=0的通解是()。
后浇筑混凝土引起的挂篮变形,一般可采用()方法来消除。
“因材施教”体现了人的身心发展的()。
Accordingtothenewtaxlaw,anymoneyearnedoverthatlevelistaxedatthe______of59percent
A、Stayinacinemaforanight.B、Studyharderandtaketheexamonceagain.C、Goouttoseeamovie.D、Getagoodnight’ssleep
TheFrenchdivisionofMcDonald’shasrunadvertisementsthatincludedasurprising【C1】______:Kidsshouldn’teatatMcDonald’s
最新回复
(
0
)