Computer Science, asked by Mohit0, 11 months ago

What are VTABLE and VPTR?

Answers

Answered by Anonymous
0
Virtual table - A table created at compile time for every single class containing the most derived versions of virtual functions only. 

Virtual pointer - A data member silently inserted by compiler into the class specification and initialized to virtual table from within constructor.

Similar questions