BJFUOJ-C++程序设计-实验3-继承和虚函数 2024-5-02 20:31 | C++,作业 完整题目见BJFUOJ-C++程序设计-实验3-继承和虚函数-CSDN博客 A TableTennisPlayer 答案: #include<iostream> #include<cstring> using namespace std; class TableTennisPlayer{ private: string fi… C++作业多态继承虚函数