Introduction to OOP: Chapter 21 : Implementation [next] [previous] [audio] [real] [text]

Translating Addresses into Offsets

A general characteristic of compilers is that addresses get changed from symbolic form into numeric form, usually offsets relative to a known location.

Intro OOP, Chapter 21, Slide 3