摘要:
#include <iostream> using namespace std; class Base { public: Base(int i){ m_base=i; } virtual void Display(const std::string &strShow = "Base class ! 阅读全文
posted @ 2021-10-12 11:32 黑色の铅笔 阅读(37) 评论(0) 推荐(0)
|
|||
|
摘要:
#include <iostream> using namespace std; class Base { public: Base(int i){ m_base=i; } virtual void Display(const std::string &strShow = "Base class ! 阅读全文
posted @ 2021-10-12 11:32 黑色の铅笔 阅读(37) 评论(0) 推荐(0) |
|||