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 base class for most MFC classes?

Answers were Sorted based on User's Feedback



What is the base class for most MFC classes?..

Answer / guest

CObject

Is This Answer Correct ?    8 Yes 0 No

What is the base class for most MFC classes?..

Answer / hari krishna

CObject is the base class for MFC classes. The reason for
treating this class as the base class is, at any point of
time each derived class has only one CObject class in the
hierarchy.

Is This Answer Correct ?    7 Yes 0 No

What is the base class for most MFC classes?..

Answer / anwaruddin ansari

ya offcource CObject is a base class of VC++ application.

Is This Answer Correct ?    6 Yes 0 No

What is the base class for most MFC classes?..

Answer / chandrasekharreddy s

CObject Class. MFC is designed such a way that every object
is directly or indirectly derived from this class. There
some class which are not derived from CObject eg: CPoint,
CRect etc

Is This Answer Correct ?    6 Yes 2 No

What is the base class for most MFC classes?..

Answer / abhishek jain

CObject

Is This Answer Correct ?    4 Yes 1 No

What is the base class for most MFC classes?..

Answer / manoj kumar

CObject is the Base class for all Classes defined in MFC
framework.
It has the following features...
1)Run time type identification
2)Debug support
3)Serialisation
4)Dynamic Object Creation.

Is This Answer Correct ?    3 Yes 0 No

What is the base class for most MFC classes?..

Answer / sachin moule

All Classes belong to MFC will be inherited Either Directly
or indirectly from COBJECT Class

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More MFC Interview Questions

if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?

2 Answers   Patni,


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


1)How to change the size of a button at run time ?

1 Answers  


1) Enable or disable a Cancel button at run time?

1 Answers   HCL,


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


What is the use of UpdateData funciton ?

7 Answers  


What is the range of intensity of RGB

1 Answers  


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


What is document-view architecture ? Give me one real time example for SDI ?

2 Answers  


Tell me the different controls in MFC ?

5 Answers  


What is socket?

3 Answers  


What is LoadLibrary function returns?

7 Answers  


Categories