A. save
B. get
C. take
D. spare
第1题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第2题:
A、inform
B、uniform
C、tall
D、tell
第3题:
2.—What-s __________?
—He has a headache.
A. the matter
B. trouble
C. the wrong
D. happened
第4题:
此题为判断题(对,错)。
第5题:
第6题:
定义一个抽象类Memo,成员数据包括:(1) 时间begin_time,为string类对象;(2) 地点place,string类对象;(3) 内容content,string类对象。从Memo派生出两个类:Meeting和Interview。Meeting中还包括结束时间end_time,为string类对象。Interview还包括被访问人interviewee,为string类对象。这几个类都有成员函数show()来显示各数据成员的值。分别设计这三个类,并在主函数中进行测试,实现多态性。