 |
B.6 — New virtual function controls: override, final, default, and delete « Learn C++
override When working with derived classes, it’s fairly easy to inadvertently create a new virtual function in the derived class when you actually meant to override a function in the base class. This happens when you fail to properly match the function pr
www.learncpp.com |
 |