2009年4月5日 星期日

Java 的物件導向 類別.屬性.方法



public class ClassName{

private int DataField_Name; //資料欄位

public void Method_Name(){ //方法

}

//屬性
public void set_DataField_Name(int i){

DataField_Name = i;
}

public int get_DataField_Name(){
return DataField_Name;
}

}

0 意見:

 

丑角的天空 Copyright © 2007-2009 Green Scrapbook Diary Designed by SimplyWP | Made free by Scrapbooking Software | Bloggerized by Ipiet Notez