資源簡介
Brett D. McLaughlin, Gary Pollice,Gary Pollice的《面向對象的分析與設計》的所有源代碼
代碼片段和文件信息
//Airplane?Class
public?class?Airplane
{
????private?int?speed;
????
????public?Airplane()
????{
????}
????
????public?void?setSpeed(int?speed)
????{
????????this.speed?=?speed;
????}
????
????public?int?getSpeed()
????{
????????return?speed;
????}
????
}
- 上一篇:數學建模中的股票趨勢分析
- 下一篇:基于GSM短信模塊的家庭防盜報警系統.rar
評論
共有 條評論