Kernel C++: Part Three: Memory and C++
Abstract
Part Three: Memory and C++ Classes
This last part treats about the final and most important part of this paper so far. Memory. As you may already have known, the C++ language uses a class lookup system (also called v-table) in order to refer to a base method in case if the instance has it missing.
Notice
This part is fully available as a PDF document here. it will be updated accordingly.