【C++學習筆記】Step1 類、對象

目的:掌握類、面向對象的概念,以及相關代碼的編寫git 碼雲:https://gitee.com/hinzer/my-notes-of-C_plus函數   思惟導圖     學習筆記 關鍵詞:類、對象、繼承、析構方法與構造方法學習 1.類 <1>聲明this class People { private: int age; int sex; public: People(); Peopl
相關文章
相關標籤/搜索