Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the size of class

Answers were Sorted based on User's Feedback



What is the size of class..

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

What is the size of class..

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

What is the size of class..

Answer / ashok

one byte

Is This Answer Correct ?    4 Yes 7 No

What is the size of class..

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

What is the size of class..

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

What is the size of class..

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 size of class..

Answer / ok

unlimited

Is This Answer Correct ?    2 Yes 31 No

What is the size of class..

Answer / sivaraman

class has no size.

Is This Answer Correct ?    4 Yes 58 No

Post New Answer

More MFC Interview Questions

how many types of classes are ther,what are that

7 Answers   L&T,


What is the use of CObject::Dump function ?

4 Answers  


What interface must be supported by an ActiveX control?

2 Answers  


In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?

3 Answers   Financial Technologies,


what if we provide two message handler for same message ?

1 Answers  


What is the difference between the SDI and MDI

3 Answers   Invensys,


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,


1)How to create ToolTip in MFC?

2 Answers  


Explain in sort What is CTargetObject?

2 Answers  


1)To Remove WS_MINIMIZEBOX in a Frame ?

1 Answers  


what is the updated verssion in vc++

3 Answers   Aspect,


Categories