How Vtables Work

In C++, what’s a vtable and how does it work?   Vtables: Known by Many Different Names It’s worth a few brain cells to remember that a vtable is known by many different names: virtual function table, virtual method table, and even as a dispatch table. When interviewing, it’s always a good idea to be … Continue reading How Vtables Work