Patchouli
帕秋莉的魔法筆記

帕秋莉的魔法筆記

Follow
Follow
homeWAY TO CPP11🚗PROBLEM SOLUTION
Tag

cpp-note

#cpp-note

More content

Read more stories on Hashnode


Articles with this tag

一邊寫 C++ Class 一邊了解 OOP 4 個概念

Nov 20, 20232 min read

四個概念 抽象(Abstraction) Abstraction is selective ignorance. – Andrew Koenig 從沒有任何 code 到生出一個 Car 的 class,我們想把車子抽象出以下東西: move(double t): 移動 t...

一邊寫 C++ Class 一邊了解 OOP 4 個概念