其他特殊類別
列舉(Enumerations) 列舉用來定義新型的資料型別… Read more »
列舉(Enumerations) 列舉用來定義新型的資料型別… Read more »
Package的功用 當程式愈寫愈長, 就會想把獨特的功能獨… Read more »
polymorphism 多型, 是指著一個物件有著多重的身… Read more »
抽象類別(Abstract classes) 抽象類別的目的… Read more »
目的 Java 的原生基本資料型態共有 8 個,比如 int… Read more »
匿名物件 在產生一個物件時, 通常會指定類別型態, 變數名稱… Read more »
λ 為希臘的一個字母,在物理學的公式符號中,表示波長的意思。… Read more »
繼承 Inheritance[ɪnˋhɛrɪtəns] 先看… Read more »
類別 前面說明了類別其實就是一種自訂的資料型態,跟 C 的 … Read more »
介面(Interface) 完全不相關的類別, 卻擁有相同的… Read more »