Dispatching Methods

From RAD Studio
Jump to: navigation, search

Go Up to Object-oriented programming for component writers Index

Dispatch refers to the way a program determines where a method should be invoked when it encounters a method call. The code that calls a method looks like any other procedure or function call. But classes have different ways of dispatching methods.

The three types of method dispatch are