Subtyping, Subclassing, and Trouble with OOP.
Excerpt:
What makes this problem more unsettling is that both you and I tried to do everything by the book. We wrote a safe, typechecked code. We eschewed casts. g++ (2.95.2) compiler with flags -W and -Wall issued not a single warning. […] And yet, despite all my efforts to separate interface and implementation, I failed. Should a programming language or the methodology take at least a part of the blame?
A lot of people miss the point with Object Oriented Programming (OOP) – this author gets it.