iT邦幫忙

鐵人檔案

2024 iThome 鐵人賽
回列表
Mobile Development

Kotlin and Java 開發 Android APP 學習 系列

學習Java有一陣子,發現Kotlin更加簡潔,也被Google認證為Android官方第一支援語言,決定來探索它的迷人之處與奧秘。

鐵人鍊成 | 共 30 篇文章 | 0 人訂閱 訂閱系列文 RSS系列文
DAY 21

Java 物件導向程式設計(Object Oriented Programming, OOP)-2

物件(Object) * 以類別(Class)建立 類別(Class) * 定義出物件架構,系統再依此架構產生實際物件。 * Object...

2024-09-22 ‧ 由 以馬內利 分享
DAY 22

Java 物件導向程式設計(Object Oriented Programming, OOP)-3

使用帳戶存款與顯示餘額來解釋 物件 & 類別 相依關係 Object and Class class UserAccount { privat...

2024-09-23 ‧ 由 以馬內利 分享
DAY 23

Java 物件導向程式設計(Object Oriented Programming, OOP)-4

使用建構子(Constroctor) Object, Class and Constroctor //定義類別 Demo class Demo { // 屬...

2024-09-24 ‧ 由 以馬內利 分享