出典:Wiktionary
出典:Wikipedia
出典:『Wikipedia』 (2009/09/01 22:22 UTC 版)
In computer science, a dispatch table is a table of pointers to functions or methods. Use of such a table is a common technique when implementing late binding in object-oriented programming.