电话:0731-83595998
导航
首页 > 在线问答 > 计算机 > 计算机题库2
题目内容

下列程序的执行结果为【 】。 include <iostream. h> class Point { public: Point(double i, double j) { x=i; y=j;} double Area() const { return 0.0;} private: double x, y; }; class Rectangle: public Point { public: Rectangle(double i, double j, double k,

提问人:陈俭龙发布时间:2020-06-30

下列程序的执行结果为【 】。

include <iostream. h>

class Point

{

public:

Point(double i, double j) { x=i; y=j;}

double Area() const { return 0.0;}

private:

double x, y;

};

class Rectangle: public Point

{

public:

Rectangle(double i, double j, double k, double 1)

double Area() const {return w * h;}

private:

double w, h;

};

Rectangle: :Rectangle(double i, double j, double k. double 1): Point(i,j).

{

w=k, h=1

}

void fun(Point &s)

{

cout<<s. Area()<<end1;

}

void main()

{

Rectangle rec(3.0, 5.2, 15.0. 25.0);

fun(rec)

}

题目答案

一对一服务

咨询老师
网友评论(共0条评论)

请自觉遵守互联网相关政策法规,评论内容只代表网友观点!

最新评论

点击加载更多评论>>

免费咨询,如何快速提升学历!

立即报名

已经有28179人提升了学历

题库-找答案

已有大量题库

马上做题
相关试题

继续查找其他问题的答案?

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端