# Object Oriented Coding

# [Lecture] Classes

類別(Class) 是物件導向程式設計的基礎,暫且先將他想像成是我們可以自定義的資料型態,他有著自己的資料和函數。在這一小節我們將創建一個 Cat 類別:

# [Lecture] Data Members

# [Lecture] C++ Constructors and Destructors

# [Lecture] C++ Getters and Setters

# [Lecture] C++ String Streams

# [Lecture] Overloading Constructors

# [Lecture] The "this" Keyword

# [Lecture] Constructor Initialization Lists

Last Updated: 12/15/2020, 10:27:30 PM