——公有派生即public派生
1 class RatedPlayer : public TableTenisPlayer 2 { 3 ... 4 };
C++ 公有派生
原文:https://www.cnblogs.com/suui90/p/13172361.html