Chapter 7、面向对象(一)--- 概述

1 package com.hanqi; 2 3 //鳥類 4 public class Bird { 5 6 //屬性:成員變量 7 String Colour;//顏色 8 double Weight;//重量 9 10 //行為:方法 11 void fly() //飛 12 { 13 Sys
相关文章
相关标签/搜索