首页
试卷库
试题库
当前位置:
X题卡
>
所有题目
>
题目详情
下列关于成员函数特征的描述中,错误的是( )。
查看本题答案
包含此试题的试卷
计算机等级考试《单项选择》真题及答案
点击查看
你可能感兴趣的试题
关于成员函数特征的下述描述中是错误的
成员函数一定是内联函数
成员函数可以重载
成员函数可以设置参数的默认值
成员函数可以是静态的
下列关于类中成员函数特征的描述中错误的是
类的成员函数一定是内联函数
类的成员函数可以重载
成员函数可以设置参数的默认值
成员函数可以是静态的
热门试题
更多
下列关于构造函数的描述中错误的是
C++在重载运算中如用成员函数重载一元运算符参数表中需要______个参数如用友元函数重载一元运算符参数表中需要1个参数
若有以下定义inta[12]=123456789101112;charc='a'dg;则下列表达式中结果为4的是
有如下程序#include<iostream>usingnamespacestd;classPointintxy;public:Pointintx1=0inty1=0:xx1yy1intgetreturnx+y;;classCirclePointcenter;intradius;public:Circleintcxintcyintr:centercxcyradiusrIntgetreturncenter.get+radius;;intmainCirclec345;cout<<c.getendl;return0;
有如下说明inta[10]=12345678910*p=a;则数值为9的表达式是
在软件生存周期中能准确地确定软件系统必须做什么和必须具备哪些功能的阶段是
下列对于软件测试的描述中正确的是
在树中度为零的结点称为______
下列关于栈的描述中错误的是
下列叙述中错误的是
试题源程序文件清单如下//main.cpp#include<iostrcam.h>classvehicleprivate:intMaxSpeed;intWeight;public://**********found**********vehicleintmaxspecdintweight:1~vehiclc;intgetMaxSpeedreturnMaxSpeed;intgetWeightreturnWeight;://**********found**********classhicycle:2publicvehiclepnvate:intHeight;public:bicycleintmaxspeedintweightintheight:vehiclemaxspeedweightHeightheightintgetHeightreturnHeight;;;//**********found**********classmotorcar:3publicvehicleprivate:intSeatNum:public:motorcarintmaxspeedintweightintsealnum:vehiclemaxspeedweightSeatNumseatnumintgetSeatNumreturnSeatNum;;;//**********found**********classmotorcycle:4public:motorcycleintmaxspeedintweightintheight:vehiclemaxspeedweightbicyclemaxspeedweightheightmotorcarmaxspeedweight1;voidmainmotorcyclea80150100;cout<<a.getMaxSpeed<<endl;cout<<a.getWeight<<endl;cout<<a.getHeight<<endl;cout<<a.getSeatNum<<endl;
有如下函数模板声明template<typenameT>TMaxTaTbreturna>=ba:b;下列对函数模板Max的调用中错误的是
有如下程序#include<iostream>#include<iomanip>usingnamespacestd;classMyClasspublic:MyClasscout<<'A';MyClasscharccout<<c;~MyClasscout<<'B';;intmainMyClassp1*p2;p2=newMyClass'X';deletep2;return0;执行这个程序屏幕上将显示输出
数据结构分为线性结构和非线性结构线性表栈和队列都属于______
试题源程序文件清单如下//main.cpp#include<iostream>usingnamespacestd;classMyClassint*p;constintN:public://ERROR**********found**********MyClassintval:N=11p=newint;*p=val;//ERROR**********found**********~MyClassdelete*p;2friendvoidprintMyClass&obj;;//ERROR**********found**********voidMyClass::printMyClass&obj3cout<<value=<<*obj.p<<endl;cout<<number=<<obj.N<<endl;intmainMyClassobj63;printobj;return0:
有如下程序#include<iostream>#include<iomanip>usingnamespacestd;intmaincout.fill'&';cout<<left<<setw4<<123<<OK<<endl;return0;执行这个程序的输出结果是
下面关于友元函数的叙述中不正确的是
有以下程序#include<iostream>usingnamespacestd;classsamplepnvate:intx;staticinty;public:sampleinta;staticvoidprintsamples;;sample::sampleintax=a;y+=x;voidsample::printsamplescout<<x=<<s.x<<y=<<y<<endl;intsample::y=0;intmainsamples110;samples220;sample::prints2;return0;程序运行后的输出结果是
若有整型变量x=2则表达式x<<2的结果是______
下列关于E-R图的描述中正确的是
有如下程序#include<iostream>usingnamespacestd;classPairintmn;public:Pairintjintk:mjnkintgetreturnm;intgetconstreturnm+n;;intmainPaira35;constPairb35;cout<<a.get<<b.get;return0;运行时的输出结果是
类模板的使用实际上是将类模板实例化成一个具体的
在下面程序的横线处填上适当的内容使程序执行后的输出结果为ABCD#include<iostream>usingnamespacestd;classApublic:Acout<<’A’;;classB:______public:Bcout<<’B’;;classC:virtualpublicApublic:Ccout<’C’;;classD:publicBpublicCpublic:Dcout<<’D’;;voidmainDobj;
如果类中的一个成员函数的定义实现在类内则该函数系统自动默认为该类的______函数
有如下程序#include<iostream.h>voidmainintx=1a=0b=0;switchxcase0:b++;case1:a++;case2:a++;b++;cout<<a=<<a<<<<b=<<b;该程序的输出结果是
试题源程序文件清单如下//main.cpp#include<iostrcam.h>classvehicleprivate:intMaxSpeed;intWeight;public://**********found**********vehicleintmaxspecdintweight:1~vehiclc;intgetMaxSpeedreturnMaxSpeed;intgetWeightreturnWeight;://**********found**********classhicycle:2publicvehiclepnvate:intHeight;public:bicycleintmaxspeedintweightintheight:vehiclemaxspeedweightHeightheightintgetHeightreturnHeight;;;//**********found**********classmotorcar:3publicvehicleprivate:intSeatNum:public:motorcarintmaxspeedintweightintsealnum:vehiclemaxspeedweightSeatNumseatnumintgetSeatNumreturnSeatNum;;;//**********found**********classmotorcycle:4public:motorcycleintmaxspeedintweightintheight:vehiclemaxspeedweightbicyclemaxspeedweightheightmotorcarmaxspeedweight1;voidmainmotorcyclea80150100;cout<<a.getMaxSpeed<<endl;cout<<a.getWeight<<endl;cout<<a.getHeight<<endl;cout<<a.getSeatNum<<endl;
下列程序的输出结果是______#include<iostream>usingnamespacestd;intmaininti=5;int&r=i;r=7;cout<<i<<endl;return0;
试题源程序文件清单如下//main.cpp#include<iostream>usingnamespacestd;classMyClassint*p;constintN:public://ERROR**********found**********MyClassintval:N=11p=newint;*p=val;//ERROR**********found**********~MyClassdelete*p;2friendvoidprintMyClass&obj;;//ERROR**********found**********voidMyClass::printMyClass&obj3cout<<value=<<*obj.p<<endl;cout<<number=<<obj.N<<endl;intmainMyClassobj63;printobj;return0:
数据独立性是数据库技术的重要特点之一所谓数据独立性是指
有如下类声明classXAintx;public:XAintnx=n;;classXB:publicXAinty;public:XBintaintb;;在构造函数XB的下列定义中正确的是
热门题库
更多
法宣在线考试
司法卷一
司法卷二
司法卷三
司法卷四
企业法律顾问资格考试
“十三五”规划继续教育
潜力激活与创造力开发继续教育
创新创业能力继续教育
科研方法与论文写作继续教育
全面深化改革实现文明发展
提高自身绩效路径与方法
互联网监管与网络道德建设
“互联网+”和电子商务继续教育
职业道德素养继续教育
加强和创新网络道德教育