Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能实现我自己的后期绑定技术。我应该说使用基类指针(指向派生类)而不是基类函数调用派生类函数而不使用 virtual 关键字的技术。基本上,我想用另一种逻辑而不是使用 virtual 关键字来复制函数覆盖。