基地台
#include <iostream> usin… Read more »
#include <iostream> usin… Read more »
#include <iostream> #inc… Read more »
vector, 就是數學中的 – 向量. vec… Read more »
用途 DataTable是存於記憶中的一張資料表, 好比是一… Read more »
ToDo
何謂多型 當我們有二個類別, 父類別是 Pokemon, 子… Read more »
介面的作用 介面(interface)是為了歸屬相同性質但完… Read more »
抽象類別的作用 為什麼要有抽象類別呢? 依前面的例子, ne… Read more »
為何要繼承 底下程式碼中, 宣告了一個Pikachu的類別,… Read more »
自訂資料結構 不同於基本資料型態, 若想創造自行定義的資料結… Read more »