Department of Electronics and Information Engineering
ホーム » 2021 » 5月 » 13
2021年5月13日
前回の派生と継承のイメージを改めて記載する。 // 基底クラス class Person { private: char name[ 20 ] ; int age ; public: Person( const char […]
Continue Reading →