其他特殊類別
列舉(Enumerations) 列舉用來定義新型的資料型別… Read more »
列舉(Enumerations) 列舉用來定義新型的資料型別… Read more »
Package的功用 當程式愈寫愈長, 就會想把獨特的功能獨… Read more »
polymorphism 多型, 是指著一個物件有著多重的身… Read more »
抽象類別(Abstract classes) 抽象類別的目的… Read more »
建構子Constructors 當物件被new 出時, 會自… Read more »
匿名物件 在產生一個物件時, 通常會指定類別型態, 變數名稱… Read more »
λ 為希臘的一個字母, 在物理學的公式符號中, 表示波長的意… Read more »
Inheritance[ɪnˋhɛrɪtəns] 先看下面的… Read more »
類別Class 在Java進階的說明中, 可以很明確的說, … Read more »
介面(Interface) 完全不相關的類別, 卻擁有相同的… Read more »