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.
The receiver is made into the first argument
The name is encoded to make it unique
Intro OOP,
Chapter 27
, Slide 05