How virtual methods are implemented in C++
Anonymous
When a class has virtual methods, it gains a vpointer to the class' vtable. At runtime, the vpointer is followed to the vtable, and from there the appropriate method is fetched.
Check out your Company Bowl for anonymous work chats.