首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: #include using namespace std; class TV{ public: TV(int S=41):size(S){} void Print(){cout
有如下程序: #include using namespace std; class TV{ public: TV(int S=41):size(S){} void Print(){cout
admin
2018-12-04
20
问题
有如下程序:
#include
using namespace std;
class TV{
public:
TV(int S=41):size(S){}
void Print(){cout<<’/<<‘N’<
void Print()coust{cout<<‘/’<<‘C’<
void Print(int 8){cout<<’/’/<<’S’<
private:
int size;
};
int main(){
TV rooml;
const TV room2(54);
rooml.Print();
rcom2.Pant();
return 0;
}
运行时的输出结果是( )。
选项
A、/N41/C54
B、/N41/S54
C、/CA1/N54
D、/C41/C54
答案
A
解析
本题考查构造函数相关知识,本题中定义一个对象rooml,执行rooml.Print时执行构造函数给size赋值为41,然后执行void Print(){cout<<‘/’<<’N’<
转载请注明原文地址:https://kaotiyun.com/show/SuAp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
有下列程序:#include<iostream>usingnamespacestd;classTest{public:Test(){n+=2;}~Test(){n-=3;}s
下列关于结构化程序设计原则和方法的描述中,错误的是()。
下面程序的执行结果是【】。#include<iostream.h>voidmain(){intn=0,x=0;do{n++;if(n%3==2&&n%5==3&&n%7==2)x=
阅读下面程序:#include<iostream.h>intfun2(intm){if(m%3==0)return1;elsereturn0;}voidfun1(intm
在下列程序的横线处填上适当的内容,使程序执行后的输出结果为ABCD。#include<iostream>usingnamespacestd;classA{public:A(){cout<<’A’;}
下列关于构造函数和析构函数的描述,错误的是()。
虚函数必须是类的______。
下列程序中需要清理动态分配的数组,划线处应有的语句是_______。#include<iostream.h>classperson{intage,tall;public:person()
如下程序编译时发生错误,错误的原因是show函数实现语句错误,则正确的语句应该为______。#include<iostream.h>classtest{private:inthum;public
对长度为n的线性表进行顺序查找,在最坏情况下需要比较的次数为()。
随机试题
患者,男性,24岁。患上呼吸道感染,体温39.8℃,脉搏108次/分,呼吸24次/分,给病人行乙醇拭浴。拭浴方法中错误的是
根据循环经济法的规定,下列说法正确的是()
A.0.5岁为一个年龄组B.1岁为一个年龄组C.1.5岁为一个年龄组D.5岁为一个年龄组E.15岁为一个年龄组完全寿命表是
有效抑制胰腺分泌的药物是()。
根据《中华人民共和国循环经济促进法》对减量化的有关规定,下列说法正确的是()。
以下()不属于中央银行基准利率。
在SELECT语句中,下列关于HAVING短语的描述中正确的是
TheUnitedStatesleadsallindustrialnationsintheproportionofitsyoungmenandwomenwhoreceivehighereducation.Whyis
InAmerica,olderpeoplerarelylivewiththeiradultchildren.Butinmanyothercultureschildrenareexpectedtocare【C1】___
A、Complaining.B、Apologizing.C、Inquiring.D、Reporting.A
最新回复
(
0
)