<t>My error, their not called Vtables. I'm not sure of the exact name of them, but they are created by the compiler and used at runtime for type checking because the compiler can't possible know what you going to assign to them until runtime. It's called runtime binding, but I'm not exactly sure of ...