環境架設
Kotlin 也能撰寫網頁了,這項功能終於可以把 Java … Read more »
Kotlin 也能撰寫網頁了,這項功能終於可以把 Java … Read more »
為什麼要有執行緒(Thread) 為什麼要有執行緒呢,先看一… Read more »
抽象類別匿名物件 如下代碼中,Pokemon為抽像類別。因為… Read more »
函數型參數 函數中的參數,一般都是傳入資料型態。但在Pyth… Read more »
Binary Tree 二元樹排序法,英文為Binary T… Read more »
寫過Java專案的人,一定常苦腦於程式閃退問題。一查log,… Read more »
基礎執行緒 對於初次學習執行緒的人,可以想像成是一顆CPU,… Read more »
介面的用途 介面跟抽象類別有點類似,也是規定子類別繼承者必需… Read more »
用途 抽象類別的最主要用途,就是禁止由此類別產生出物件。 假… Read more »
data class 跟一般class基本上都是一樣,只是d… Read more »