"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCP
C & C++ SourceCode 4y ago 100%

Modern C++: Safety and Expressiveness with override and final

https://www.cppstories.com/2021/override-final/

While C++11 is with us for a decade now, it’s good to go back and recall some of its best features. Today I’d like to consider override and final keywords which add a crucial safety when you build class hierarchies with lots of virtual member functions.

1
0
Comments 0