Click here to Skip to main content
15,881,938 members
Articles / Programming Languages / C++

Virtual table creation

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
25 Dec 2012CPOL 0  
Such a simple question, but I knew even pretty experienced developers who have been confused.The answer depends on what you call a "virtual table". It does exist as the image in the object file, and later it comes to the executable file and finally loaded to the memory. In all stages, it is...

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 25-Dec-12 20:40 Available Sergey Alexandrovich Kryukov
Updates in content.
1 No 25-Dec-12 20:39 Available Sergey Alexandrovich Kryukov

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Physics, physical and quantum optics, mathematics, computer science, control systems for manufacturing, diagnostics, testing, and research, theory of music, musical instruments… Contact me: https://www.SAKryukov.org

Comments and Discussions