WHAT IS VTable? It stands for "VIRTUAL TABLE". It is created by the compiler to support dynamic polymorphism. When class contain virtual function, compiler creates VTable for that class. WHAT IS Vptr? It stands for "VIRTUAL POINTER". It is a hidden p...
kalibaranwal.hashnode.dev1 min read
No responses yet.