What are VTABLE and VPTR?
Answers
Answered by
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.
Virtual pointer - A data member silently inserted by compiler into the class specification and initialized to virtual table from within constructor.
Similar questions
English,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Economy,
1 year ago