Virtual methods in C++
Exploring C++ virtual calls dispatch mechanism
Hi there. I'm Sergey Malahov, a software developer. This is my personal site and technical blog.
The articles here are born from my technical curiosity and explorations—they're not meant as tutorials or formal learning material.
Rather, they’re an attempt to peek under the hood and build a deeper understanding of complex topics.
Some posts might include incorrect assumptions or misleading conclusions.
Read critically and have fun!
Exploring C++ virtual calls dispatch mechanism