子類的拷貝構造 與 賦值重載

主函數: #include "stdafx.h" #include <iostream> using namespace std; #include "Student.h" #include "Graduate.h" #if 0 //拷貝構造 子類::子類(const 子類& another) :父類(another),子類新成員(another.新成員) { } //賦值重載 子類&
相關文章
相關標籤/搜索