Binary Standard
vtbl
(method pointers)
object data
fn(pobj, arg1, arg2)
{
...
}
client variable
(interface pointer)
This standard is based on MOM - Microsoft Object Model
interface ISomeInterface {
virtual RET_T MemberFunction(ARG1_T arg1, ARG2_T arg2 /*, etc */);
// usually other member functions, too.
};
Previous slide
Next slide
Back to first slide
View graphic version