首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: #include using namespace std; class sample { private: int x,y: public: sample(int i.int j)
有如下程序: #include using namespace std; class sample { private: int x,y: public: sample(int i.int j)
admin
2020-07-23
22
问题
有如下程序:
#include
using namespace std;
class sample
{
private:
int x,y:
public:
sample(int i.int j)
{
X=I:
y=1:
}
void disp()
{
cout<<7”disp l”<
}
void dispoconst
{
cout<<“disp2”<
}
}:
int main()
{
const sample a(1,2);
a.dispo;
return 0:
}
该程序运行后的输出结果是( )
选项
A、displ
B、disp2
C、disp1 disp2
D、程序编译时出错
答案
B
解析
因为对象a被定义为常对象,所以a.disp()语句调用的是类的常成员函数voiddisp()const,输出的结果是disp2。
转载请注明原文地址:https://jikaoti.com/ti/QHl0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
有如下类定义:classTest{public:Test(){a=0;c=0;} //①intf(inta)const{this->a=a;} //②staticint
如下函数模板:templateTsquare(Tx){returnx*x;}其中T是()。
必须用一对大括号括起来的程序段是()。
有如下程序段:inti=0,j=1;nt&r=i;//①r=j;//②int*p=&i;//③*p=&r;//④其中会产生编译错误的语句是(
有如下类定义:classPoint{public:voidSetX(intxx);voidSetY(intyy);private:
有如下程序:#include#includeusingstd::cout;classPoint{public:frienddoubledi
在类Derived中,函数show()不能直接访问的数据成员是
下列枚举类型的定义中,包含枚举值5的是
随机试题
电路如图3—14所示,设A1、A2性能理想,R1=1kΩ,R2=R4=R5=10kΩ,R3=R6=0.9kΩ,运放均用±15V供电。试求:Aμ=的值;
受精的必备条件不包括
地下水的控制方法包括()。
商业信用的具体形式有()等。
下列属于商业银行外部欺诈引起的操作风险的是()。
无论你从事的工作有多么特殊,它总是离不开一定的()约束。
给定资料1.2016年4月19日,中共中央总书记、国家主席、中央军委主席、中央网络安全和信息化领导小组组长习近平主持召开网络安全和信息化工作座谈会,深刻回答了事关中国网信事业长远发展的一系列重大问题,科学描绘了中国建设网络强国的宏伟蓝图和实践路径
A.ThanksforlettingmeknowB.butcouldyoutellmewheretherestroomsareC.butthewomen’sroomisoutofafewthings
Googleistalkingtoautomakersabouthowtobringitsself-driving-cartechnologytomarket,executivessaidTuesday.Project
ENJOYYOURFAVOURITESINSTARCINEMASeptemberFri-SunVoldemort:14:00;16:00LordoftheRings(II)TheTwoTowe
最新回复
(
0
)