Implementation of minimal object. An object pointer (oop) points to the start of the object’s internal state (if any). The object’s Behaviour is described by a virtual table (vtable). A pointer to the vtable is placed one word before the object’s state.
~