關(guān)于棋牌代理怎么做這個問題很多朋友還不知道,今天小六來為大家解答以上的問題,現(xiàn)在讓我們一起來看看吧!
1、定義矩形類; 聲明長和寬兩個屬性; 寫出計算面積的函數(shù)。
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; } //計算面積的函數(shù) 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; } //計算體積的函數(shù) 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); }}。
本文分享完畢,希望對大家有所幫助。
標(biāo)簽:
免責(zé)聲明:本文由用戶上傳,如有侵權(quán)請聯(lián)系刪除!