When is VTable in C++ created?

Viewed 15656

I would like to know when is a vtable created? Whether its in the startup code before main() or is it at some other point of time??

2 Answers
Related