Click here to Skip to main content
15,890,527 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...

Views

Daily Counts

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