摘要: C++中的多态(关于虚...) 1.前置基础知识 1.1对象是如何存储在内存中的 #include <iostream> #include <string> class Animal { private: string name; int age; public: Animal(std::strin 阅读全文
posted @ 2024-08-28 17:34 Mr_ha9 阅读(21) 评论(0) 推荐(0)