首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下类声明: class XA { int x;public: XA(int n) { x=n;}};class XB: public XA{ int y;public: XB(int a, int b);};在
有如下类声明: class XA { int x;public: XA(int n) { x=n;}};class XB: public XA{ int y;public: XB(int a, int b);};在
admin
2009-01-15
34
问题
有如下类声明: class XA { int x;public: XA(int n) { x=n;}};class XB: public XA{ int y;public: XB(int a, int b);};在构造函数朋的下列定义中,正确的是( )。
选项
A、XB::XB(int a,int b): x(a),y(b){}
B、XB::XB (int a,int b):XA(a),y(b){}
C、XB::XB(int a,int b): x(a),XB(b){}
D、XB::XB(int a,int b):XA(a),XB(b){}
答案
2
解析
转载请注明原文地址:https://kaotiyun.com/show/m5kp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
有以下程序#include<stdio.h>typedefstruct{intb,p;}A;voidf(Ac)/*注意:c是结构变量名*/{intj;c.b+=1;c.p+=2;}main(){i;
有以下程序#includemain(){inta=1,b=0;printf("%d,",b=a+b);printf("%d\n",a=:2*b);}程序运行后的输出结果是
下面属于系统软件的是()。
若有以下程序#includeint*f(int*s,int*t){intk;if(*s<*t){k=*s;*s=*t;*t=k;}returns;}main(){inti=3,j=5,*p=&i,*q=&j,*r
下列描述中不属于软件特点的是()。
若各选项中所用变量已正确定义,函数fun中通过return语句返回一个函数值,以下选项中错误的程序是
有以下结构体说明、变量定义和赋值语句structSTD{charname[10];intage;charsex;}s[5],*ps;ps=&s[0];则以下scanf函数调用语句有错误的是
下面关于位运算符的叙述,正确的是
以下程序依次把从终端输入的字符存放到f文件中,用#作为结束输入的标志,则在横线处应填入的选项是#includemain(){FILE*fp;charch;fp=fopen("fname","w");while((ch=get
有两个关系R和S如下:由关系R通过运算得到关系S,则所使用的运算为
随机试题
早孕因子
个别资本家提高劳动生产率的直接目的是获取()
2个月小儿,查体发现腹壁反射提睾反射未引出,属于下列哪种情况:
投资中心的业绩报告中披露的考核指标有()。
下列有关基金募集的说法正确的是()。
将展开为傅里叶级数.
下列不属于无线接入技术的是()。
CanAddedCalciumHelpOlderBones?NewZealandresearcherssayguidelinesadvisingseniorstoconsumeatleast1,000to1,2
"Intelligence"atbestisanassumptiveconstruct—theword’smeaninghasneverbeenclear.【T1】Thereismoreagreementonthe
Theoilspillhada______effectonseabirdsandotherwildlife.
最新回复
(
0
)