【學習筆記】C++之多態實例:銀行服務系統(Bank Service System)

Account做爲其餘類的基類,將其定義成抽象類,display() 和 withdrawl() 都是純虛函數,後面用其實現多態。ios //================================== //account.h //================================== #pragma once #include<string> using std::str
相關文章
相關標籤/搜索