How VIRTUAL functions work in C++

Описание к видео How VIRTUAL functions work in C++

In this video, I'd like to show the Virtual Method Table approach that is used to implement virtual functions in C++. This method is used by most common C++ compilers like MSVC, Clang, or GCC.

Комментарии

Информация по комментариям в разработке