首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
请使用VC6或使用【答题】菜单打开考生文件夹prog2下的工程prog2,此工程中包含一个程序文件main.cpp,其中有“班级”类Class和“学生”类Student的定义,还有主函数main的定义。在主函数中定义了两个“学生”对象,他们属于同一班级。程
请使用VC6或使用【答题】菜单打开考生文件夹prog2下的工程prog2,此工程中包含一个程序文件main.cpp,其中有“班级”类Class和“学生”类Student的定义,还有主函数main的定义。在主函数中定义了两个“学生”对象,他们属于同一班级。程
admin
2018-03-13
29
问题
请使用VC6或使用【答题】菜单打开考生文件夹prog2下的工程prog2,此工程中包含一个程序文件main.cpp,其中有“班级”类Class和“学生”类Student的定义,还有主函数main的定义。在主函数中定义了两个“学生”对象,他们属于同一班级。程序展示,当该班级换教室后,这两个人的教室也同时得到改变。请在横线处填写适当的代码,然后删除横线,以实现上述类定义。此程序的正确输出结果应为:
改换教室前:
学号:0789 姓名:张三 班级:062113 教室:521
学号:0513 姓名:李四 班级:062113 教室:521
改换教室后:
学号:0789 姓名:张三 班级:062113 教室:311
学号:0513 姓名:李四 班级:062113 教室:311
注意:只能在横线处填写适当的代码,不要改动程序中的其他内容。
#include
using namespace std;
class Class{ //“班级”类
public:
Class(const char*id,const char*room){
strcpy(class id,id);
//*********found*********
}
const char*getClassID()
const{return class id;} //
返回班号
//*********found*********
const char *getClassroom()
const{_________} //返回所在教室房号
void changeRoomTo(const char
*new room) { //改换到另一个指定房号的教室
strcpy(classroom,new_room);
}
private:
char class id[20]; //班号
char classroom[20]; //所在教室房号
};
class Student{ //“学生”类
char my id[10]; //学号
char my name[20];//姓名
Class&my class; //所在教室
public:
//**********found**********
Student(const char*the_id,const char*the_name,Class&the class):__________{
strcpy(my_id,the_id);
strcpy(my_name,the_name);
}
const char*getID()const{return my_id;}
const char*getName()const{return my_name;}
Class getClass()const{return my_class;}
};
void shOwStudent (Student * stu){
cout<<"学号:"<
getID()
<<" ";
cout<<"姓名:"<
getName()
<<" ";
cout<<"班级:"<
get Class().getClassID()<<" ";
cout<<"教室:"<
get Class().getClassr00m() <
}
int main(){
Class cla("062113","521");
Student Zhang("0789","张三",cla),Li("0513","李四",cla);
cout<<"改换教室前:"<
showStudent(&Zhang);
showStudent(&Li);
//062113班的教室由521改换到311
//**********found**********
cout<<"改换教室后:"<
showStudent(&Zhang);
showStudent(&Li);
return 0;
}
选项
答案
(1)strcpy(classroom,room); (2)return classroom; (3)my_class(the_class) (4)cla.changeRoomTo("311");
解析
(1)主要考查考生对strcpy函数的掌握情况,根据上一条语句:strcpy(classjd,id);可知,这条语句要复制字符串room,因此使用strcpy函数复制,即strcpy(classroom,room);。
(2)主要考查考生对函数返回值的掌握情况,根据函数要求:返回所在教室房号及函数要求返回的类型为const char*,可以得出这里直接使用return语句返回classroom即可。
(3)主要考查考生对构造函数的掌握情况,先看函数体中:
strcpy(my_id,the_id);
strcpy(my_name,the_name);
可知只有参数Class&the_class未使用,因此在这里使用成员列表初始化给my_class赋初始值。
(4)主要考查考生对成员函数调用的掌握,程序要求062113班的教室由521改换到311。在类Class中已经定义了函数:void changeRoomTo(const char*new_room),因此直接调用函数changeRoomTo即可。
转载请注明原文地址:https://kaotiyun.com/show/gVAp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
虚函数必须是类的______。
有以下程序#include<iostream>usingnamespacestd;staticintdays[]={31,28.31,30,31,30,31,31,30,31,30,31};
派生类的构造函数的成员初始化列表中,不能包含
若执行语句:cout<<setfill(’*’)<<setw(10)<<123<<"OK"<<end1后将输出
对建立良好的程序设计风格,下面描述正确的是
在下面程序的横线处填上适当的内容,使程序执行后的输出结果为ABCD。#include<iostream.h>usingnamespacestd;classA{pu
______允许用户为类定义一种模式,使得类中的某些数据成员及某些成员函数的返回值能取任意类型。
在面向对象方法中,类的实例称为______。
有以下程序:#include<iostream>usingnamespacestd;classsample{private:intx;staticinty;public:sample(inta);staticvo
随机试题
注意的起伏是一种正常现象,能防止疲劳。()
关于政府补贴,根据WTO((补贴与反补贴措施协议》,下列说法错误的是()
在WindowsXP中,关于文件的命名,下面哪两种说法是正确的()
关于质押与抵押的关系,下列说法不正确的是()
地方课程属于()
依据《宪法》规定,在我国,享有申诉权的主体是()。
简述教学评价的原则。
设f(x)连续,且∫0xtf(2x—t)dt=arctanx2,f(1)=1,求∫12f(x)dx.
Thepressure______causesAmericanstobeenergetic,butitalsoputsthemunderaconstantemotionalstrain.
A、Theviolinwastooexpensive.B、Shewastooyoungtoplaytheviolin.C、Theviolinwastoobigforher.D、Hermotherwantedhe
最新回复
(
0
)