iT邦幫忙

鐵人檔案

2022 iThome 鐵人賽
回列表
自我挑戰組

30天Java由淺入深 系列

對於物件導向的概念一直不是很熟悉,希望透過鐵人賽寫文章加強這方面能力~~

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

Day 11 : Function

Intro The first seven chapters introduce the basic syntax of Java, and then intr...

2022-09-26 ‧ 由 Chi-Tse Chiang 分享
DAY 12

Day 12 : Parameters and Arguments

Intro Continuing from the previous day's function, today we will continue to int...

2022-09-27 ‧ 由 Chi-Tse Chiang 分享
DAY 13

Day 13 : Overloading and Scope

Intro Today I'll share two concepts that are very important in object-oriented p...

2022-09-28 ‧ 由 Chi-Tse Chiang 分享
DAY 14

Day 14 : Recursion and Halting Condition

Intro Earlier, we learned about the application of loops, which continuously exe...

2022-09-29 ‧ 由 Chi-Tse Chiang 分享
DAY 15

Day 15 : Recursion Application - Tower of Hanoi

Description Now imagine there are 3 stakes on a plate. The leftmost stake has n...

2022-09-30 ‧ 由 Chi-Tse Chiang 分享
DAY 16

Day 16 : Object and Class

Concept Today, we will introduce basic to advanced object-oriented concepts. The...

2022-10-01 ‧ 由 Chi-Tse Chiang 分享
DAY 17

Day 17 : The Relationship of Object and Class

Intro This chapter continues the previous chapter by continuing to introduce the...

2022-10-02 ‧ 由 Chi-Tse Chiang 分享
DAY 18

Day 18 : Constructors

介紹 The relationship between classes and objects was shared earlier. When an obje...

2022-10-03 ‧ 由 Chi-Tse Chiang 分享
DAY 19

Day 19 : Modifier

#前言 When faced with large-scale projects or practical needs, the most common app...

2022-10-04 ‧ 由 Chi-Tse Chiang 分享
DAY 20

Day 20 : Encapsulation

Intro One of the three main characteristics of Java: encapsulation, is a tool th...

2022-10-05 ‧ 由 Chi-Tse Chiang 分享