What is the size of class
Answers were Sorted based on User's Feedback
Answer / sagar
there is no size for class . class is a blue print it s not hold any memory but object can hold the memory .................
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nagesh
To find the size of class ...find size of the object of that
class.
It will be 1.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / ram
size of empty class object will be one byte.
When the class is with member variables and virtual member
fuction the size of the object will be depends on padding.
ex:
class Trial
{
public:
virtual void func() {};
char c;
};
printf("SizeofTrial: %d\n", sizeof(Trial));
SizeofTrial: 8
| Is This Answer Correct ? | 4 Yes | 8 No |
Answer / ajay senwal
Class size is one factor to consider when evaluating a
school’s effectiveness. But small class size alone does not
ensure a good education. The quality of the teaching, the
school leadership, the size of the school, the amount of
parent involvement and other factors are important to
consider, too
| Is This Answer Correct ? | 1 Yes | 10 No |
Answer / maneesh
Size of class is size of member variables plus virtual
functions used in class. For each virtual function it takes
2 byte for setting the Vptr table.
| Is This Answer Correct ? | 2 Yes | 13 No |
what is the use of CCmdTarget?
Tell me the work of HTREDUCE and HTZOOM
plzz tell me what we can do and dont in tally ERP & sap business one?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
What is the use of CObject::Dump function ?
What MFC base classes provide support for ActiveX controls?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
Explain about MDI and CMultiDocTemplate ?
If i derive a new class from CObject what are the basic features my derived wil get ?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
1)dynamic creation of a Button ?
What function is used to retrieve the currently selected index in a list box?