Virtual Method Table

Created on 2020-08-19T21:59:38.796727

Return to the Index

This card can also be read via Gemini.

C++ "virtual" methods use this technique.

It is compatible with objects added at runtime and across libraries.

It involves long indirect jumps which can take up to ~10% of a program's runtime.