Introduction to OOP Chapter 27: Implementation : next previous audio real text

Non-virtual Methods

In languages that permit both virtual and non-virtual methods (such as C++) a non-virtual method is translated into a simple procedure call.
Intro OOP, Chapter 27, Slide 05