4.this關鍵字(this key word) (視頻下載) (全部書籍) 繼上一小節,(3.一個對象可能有多個參考)this是當中的一個參考!指向他自己。 本章源碼 class MyTestDate { int year; int month; MyTestDate(int year, int ...
1.2 當沒有任何構造函數,java編譯器,會插入一個預設的構造函數 (視頻下載) (全部書籍) 見下麵的例子: 本章源碼 class Line { double x = 0.02; double y;}public class Test { public static void main(Stri ...