how are virtual tables stored in memory? their layout?
e.g.
class A{ public: virtual void doSomeWork(); }; class B : public A{ public:
For a very detailed description of Open Watcom's class layout have a look at the Class Layout notes