Michael J. Eber wrote:
textbook usage
An outdated textbook, yes.
Michael J. Eber wrote:
method that has been marked virtual
That's just details of implementation and language.
Michael J. Eber wrote:
inherit the base class, override the method, call the base computation
That's details, and the caller doesn't need to know what's going on inside the class -- encapsulation.