Hi,

I have a class called a_class. I have 2 objects of that class. What's in each actual object ? Is it the data members plus some pointer to where the member functions are defined ? In other words, where in memory are the member function definitions stored ? And is there a definition storage per object ? (Note - I am NOT talking about static member functions.)

Regards,

Brendan