Hello,
How can i control the order of virtual functions in the virtual table? Are they laid out in the same order that they are declared in?
When inheriting a class with a virtual table, is the virtual table of the inherited class an extension of the base class, or is an entirely new virtual table created with only the inherited classes virtual functions. (i.e. is the virtual table still at index +0x0 of the class?)