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

An Object and its Dispatch Table

Intro OOP, Chapter 21, Slide 11

Objective-C uses a linear list for the table, Smalltalk generally uses a balanced binary tree. The idea is the same in either case.