C# 多型
何謂多型 當我們有二個類別, 父類別是 Pokemon, 子… Read more »
何謂多型 當我們有二個類別, 父類別是 Pokemon, 子… Read more »
介面的作用 介面(interface)是為了歸屬相同性質但完… Read more »
抽象類別的作用 為什麼要有抽象類別呢? 依前面的例子, ne… Read more »
為何要繼承 底下程式碼中, 宣告了一個Pikachu的類別,… Read more »
自訂資料結構 不同於基本資料型態, 若想創造自行定義的資料結… Read more »
類別宣告 class Pokemon { public fl… Read more »