TCH EX exploreIT Inside the Vtable: How C++ Achieves Polymorphism Ever wondered what happens behind the scenes when you call a virtual function in C++? I mean, how does the compiler know which function to…