Friday, December 3, 2010

Class Size

class VFA {virtual int f() {return 1;}}; is 4 bytes on solaris.

A vptr is added to the object if there are any virtual functions declared in it, or if virtual inheritance is use.

No comments:

Post a Comment