Bitesize Modern C++ : Override and Final--Glennan Carnie
Next in the bitesize modern C++ series:
Bitesize Modern C++ : Override and Final
by Glennan Carnie
From the article:
In C++98 using polymorphic types can sometimes lead to head-scratching results...