摘要: Determining the Size of a Class ObjectBy Girish ShettyThere are many factors that decide the size of an object of a class in C++. These factors are:Size of all non-static data membersOrder of data membersByte alignment or byte paddingSize of its immediate base classThe existence of virtual function( 阅读全文