Modern C++: Safety and Expressiveness with override and final
Back to basics.
Modern C++: Safety and Expressiveness with override and final
by Bartlomiej Filipek
From the article:
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 leverage tools to make your code safer...

ACCU’s Overload journal of February 2021 is out. It contains the following C++ related articles.
Another book.
Worth a read.