Skip Navigation
C & C++ @lemmy.ml SourceCode @lemmy.ml

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

www.cppstories.com Modern C++: Safety and Expressiveness with override and 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. See how to prevent common bugs, and how to lev...

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.

0
0 comments