首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有如下程序: #include using namespace std; class Monitor{ public: Monitor(char t):type(t){} void Print()const {cout
有如下程序: #include using namespace std; class Monitor{ public: Monitor(char t):type(t){} void Print()const {cout
admin
2010-03-15
24
问题
有如下程序:
#include
using namespace std;
class Monitor{
public:
Monitor(char t):type(t){}
void Print()const
{cout<<”The type of monito~is”<<.type《
private:
char.type;
};
class Computer{
public:
Computer(int i,charC):【 】{}
void Print()const
{cout<<”The computer is”<
private:
int id;
Monitot moil;
};
int main(){
const Computer myComputer(101,B);、
myComputer.Print();
return 0;
}
请将程序补充完整,使程序在运行时输出:
The computer is 101
The type of monitor is B
选项
答案
mOB(c),id(i)
解析
要填写的是Computer-类的构造函数。该构造函数使用成员列表初始化。
转载请注明原文地址:https://jikaoti.com/ti/grW0FFFM
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
以下关于结构化程序设计的叙述中正确的是()。
设有定义:struetcomplex{intreal,unreal;}data1={1,8},data2;则以下赋值语句中错误的是()。
设有以下程序段structperson{charname[10];charsex;floatweight;}zhangsan,*ptr;ptr=&zhangsan;若要从键盘读入姓名给结构体变量zha
有以下程序:#include#includestructSa{intnum;charname[10];doubles;};structSaf(structSat);voidmain(){structSaa={1
有以下程序:#include#definef(x)2*x*xmain(){inta=2,s,t;s=f(a+1);t=f((a+1));printf(’’%d,%d\n’’,s,t);}程序运行后的输出结果是()。
设有定义:doublea[10],*s=a;以下能够代表数组元素a[3]的是()。
若有以下语句:typedefstruetS{intg;charh;}T;以下叙述中正确的是()。
若已建立以下链表结构,指针P、S分别指向如图所示结点则不能将S所指节点插入到链表末尾的语句组是
下列特征中不是面向对象方法的主要特征的是()。
程序通过定义学生结构体变量,存储了学生的学号、姓名和3门课的成绩。所有学生数据均以二进制方式输出到文件中。函数fun的功能是重写形参filename所指文件中最后一个学生的数据,即用新的学生数据覆盖该学生原来的数据,其他学生的数据不变。请在程序的
随机试题
肾盂肾炎脾肾气虚证的治法是
在微机中,SSD的含义是()。
校核洪水位至防洪汛限水位之间的水库静库容,称为()。
请根据以上资料,选择以下栏目的正确选项:“合同协议号”栏应填()。
行政单位进行核算时,以下哪些项目应当通过“受托代理资产”科目进行核算()。
根据营业税法律制度的规定,下列各项中,按“服务业”税目征税的是()。
某学校为了提高升学率,强制让成绩不好的学生放学后进行一个小时的补课,并向每个学生收取一定的费用。关于学校的做法,下列说法止确的是()。
幼儿阶段开始出现书面言语的发展,其书面言语发展的重点是()。
Todaywe’retoldthattobegreatistobebold,tobehappyistobesociable.Infact,one-thirdtoone-halfofAmericansare
StudentscometostudyinUKfromallovertheworld.Therearecurrentlymorethan270,000internationalstudentsintheUK.Of
最新回复
(
0
)