1. 首页 / 帮助

棋牌代理怎么做

棋牌代理怎么做相信很多小伙伴还不知道,现在让我们一起来看看吧!

1、定义矩形类; 声明长和宽两个属性; 写出计算面积的函数。

2、 class Rectangle{ private double length, width; public Rectangle(){} public Rectangle(double length, double width){ ***.length = length; ***.width = width; } public void setLength(double length){ ***.length = length; } public double getLength(){ return ***.length; } public void setWidth(double width){ ***.width= width; } public double getWidth(){ return ***.width; } //计算面积的函数 public double getRecArea(){ return length * width; }} class Rectangular extend Rectangle{ private double height; public void setHeight(double height){ ***.height = height; } public double getHeight(){ return height; } //计算体积的函数 public double getRecVol(){ return ***.getlength * ***.getwidth * height; }} public class TestRec{ public static void main(String[] args){ double vol, area = 0.0; Rectangle rec = new Rectangle(2, 3); area = ***.get***area(); Rectangular recr = new Rectangular(); ***.setlength(2); ***.setwidth(3); ***.setheight(4); vol = ***.getrecvol(); system.***.println("长方形面积:" + area + ",长方体体积:" + vol); }}。

本文就为大家分享到这里,希望小伙伴们会喜欢。

本文由'一只俊达呀'发布,不代表演示站立场,转载/删除联系作者,如需删除请-> 关于侵权处理说明