皮皮学,免费搜题
登录
搜题
【简答题】
阅读以下说明和C++程序,将入(n)处的语句写在的对应栏内。 【说明】 以下程序的功能是计算三角形、矩形和正方形的面积并输出。 4个类组成:类Triangle、Rectangle和Square分别表示三角形、矩形和正方形;抽象类Figure提供了一个纯虚拟函数getArea(),作为计算上述3种图形面积的通用接口。 【C++程序】 include<iostream.h> include<math.h> class Figure { public: virtual double getArea()=0; //纯虚拟函数 }; class Rectangle:(1){ protected: double height; double width; public: Rectangle() {}; Rectangle(double height,double width) { this->height=height; this->width=width; } double getArea() { return (2); } }; class Square:(3){ public: Square(double width){ (4); } }; class Triangle:(5){ double la; double lb; double lc; Public: Triangle(double la, double lb, double lc) { This->la=la; this->lb=lb; this->lc=lc; } double getArea() { double s = (la+lb+±c)/2.0; return sqrt(s,(s-la)*(s-lb)*(s-Ic)); } }; void main() { Figure*figures[3]={ new Triangle(2,3,3), new Rectangle(5,8), new SqUare(5)); for(int i=0;i<3;i++){ cout<<'figures['<<i<<']area='<<(figures[i])->getArea()<<endl; } }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】左心功能不全最常见的早期症状是()
A.
腹胀食欲不振
B.
劳力性呼吸困难
C.
夜间阵发性呼吸困难
D.
急性肺水肿
E.
双下肢水肿
【单选题】When making a call, sometimes there will be something wrong with the phone or telephone line. Which of the following expressions is not right when expressing the problems?
A.
The phone is in order.
B.
She has changed her telephone number.
C.
I’ve tried to get through several times but it's always engaged.
D.
Sorry, we were cut off.
【单选题】Windows server 2012 R2计算机管理员有禁用帐户的权限当一个用户有一段时间不用帐户管理员可以禁用该帐户,下列关于禁用帐户叙述正确的是( )
A.
Administrator帐户不可以被禁用
B.
Administrator帐户可以禁用自己,所以在禁用自己之前应先创建至少一个管理员组帐户
C.
禁用的帐户过一段时间会自动启用
D.
以上者都不对
【单选题】你是一台 Windows Server 2012 R2计算机的系统管理员,在计算机管理控制台下你看到这台计算机上有几个管理型共享,在这些管理型共享中( )代表系统目录。
A.
ADMIN$
B.
Drive letter$
C.
IPC$
D.
SYSVOL$
【简答题】试校核图示连接销钉的剪切强度。已知F=100KN,销钉直径d=30mm,材料的许用剪切力[τ]=60Mpa,若强度不够,应改用至少多大直径的销钉?
【判断题】高压共轨系统可以实现喷油压力、喷油量、喷油时间等的控制。A
A.
正确
B.
错误
【简答题】试校核图(a)所示连接销钉的剪切强度,已知F=100kN,销钉直径d=30mm,材料的许用切应力[τ]=60MPa,若强度不够,应改用多大直径的销钉?
【单选题】When making a call, sometimes there will be something wrong with the phone or telephone line. At this moment, you can NOT say:
A.
I've tried to get through several times but it's always engaged.
B.
Sorry, we were cut off.
C.
The phone is out of order.
D.
Would you like to leave a message?
【单选题】左心功能不全最常见的早期症状是
A.
心性哮喘
B.
咳粉红色泡沫痰
C.
劳力性呼吸困难
D.
阵发性夜间呼吸因难
E.
端坐呼吸
【单选题】左心功能不全最常见的早期症状是( )
A.
心性哮喘
B.
咳粉红色泡沫痰
C.
劳力性呼吸困难
D.
咳嗽、咯血
E.
倦怠乏力
相关题目: