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

is there any class which is not derived from Cobject

11 Answers   Patni,


Why not virtual functions to handle messages?

5 Answers  


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


Types of DLL's

11 Answers   Invensys,


What is the difference between the SDI and MDI

3 Answers   Invensys,






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

1 Answers   HCL,


What is #progma and where it is used?

5 Answers   L&T,


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


how u can move CDC pointer to one line in cview?

2 Answers  


How to access document object from view ?

1 Answers  


how many types of messages are their

4 Answers   E Logic, TCS,


What is stack size in win32 program?

1 Answers   HCL,


Categories