皮皮学,免费搜题
登录
搜题
【简答题】
使用VC6打开考生文件夹下的工程test24_3,此工程包含一个源程序文件test24_3.cpp,其中定义了抽象类point和它的派生类line,但它们的定义并不完整。请按要求完成下列操作,将程序补充完整。 (1)定义类point的构造函数,函数含参数i和j它们都是int型数据,默认值都是0,用i和j分别将point的数据成员x0和y0初始化。请在注释“//**1**”之后添加适当的语句。 (2)完成类point的成员函数纯虚函数void set()和void draw()的定义,请在注释“//**2**”之后添加适当的语句。 (3)添加类line的构造函数,函数含参数i,j,m和n,它们都是int型数据,默认值都是0,用i和j分别将point的数据成员x0和y0初始化。请在注释“//**3**”之后添加适当的语句。输出结果如下: line::set()called. 注意:除在指定位置添加语句之外,请不要改动程序中的其他内容。 源程序文件test24_3.cpp清单如下: include<iostream.h> class point { public: //**1** //**2** protected: int xO,yO; } class line: public point { public: //**3** { x1=m; y1=n; } void set(){ cout<<'line::set() called./n'; } void draw(){ cout<<'line::draw() called./n'; } protected: int x1,y1; }; void main() { line *lineobj = new line; 1ineobj->set(); }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】I used to have a _______ to that vase, but I broke it the other day. [     ]
A.
company
B.
companion
C.
community
D.
accompany
【单选题】According to the passage, the use of other metals in gold alloys________. I . can be used to make the gold different color Ⅱ. makes jewelry more expensive Ⅲ. makes gold more flexible 查看材料
A.
I only
B.
Ⅰ and Ⅱ only
C.
Ⅱ and Ⅲ only
D.
I ,Ⅱ,and Ⅲ
【单选题】According to the author, small talk is often used______.
A.
to invade other's private affairs
B.
to share a secret between intimate friends
C.
to open and maintain channels of communication
D.
to protect one's own privacy
【简答题】(ii) Suggest THREE other performance measures (not applied in (i)) which might be used to assess the customer perspective of the balanced scorecard of GER. (3 marks)
【单选题】新型冠状病毒肺炎的主要传播途径:
A.
呼吸道传播
B.
血液传播
C.
土壤传播
D.
母婴传播
【简答题】Professor Lee’s book will show you can be used in other contexts.
【单选题】-----What’s your hobby? -----I _______ listen to music, but now I enjoy dancing.
A.
am used to  
B.
used to 
C.
am used
【单选题】新型冠状病毒肺炎的主要传播途径为
A.
消化道传播和血液传播
B.
呼吸道飞沫和消化道传播
C.
呼吸道飞沫和气溶胶
D.
气溶胶和消化道传播
E.
呼吸道飞沫和接触传播
【多选题】新型冠状病毒肺炎主要的传播途径包括( )
A.
呼吸道飞沫传播
B.
母婴传播
C.
消化道传播
D.
接触传播
【单选题】新型冠状病毒肺炎主要的传播途径为( )传播
A.
飞沫和接触
B.
飞沫和粪便
C.
接触和血液
D.
血液和性
相关题目: