What is the base class for most MFC classes?
Answers were Sorted based on User's Feedback
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 |
Answer / anwaruddin ansari
ya offcource CObject is a base class of VC++ application.
| Is This Answer Correct ? | 6 Yes | 0 No |
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 |
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 |
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 |
What is the difference between the ASSERT and VERIFY macros?
what message is sent to an application when the user presses the primary button?
1)To Remove WS_MINIMIZEBOX in a Frame ?
What is the use of UpdateData funciton ?
How to setup a timer?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
Types of DLL's
What is socket?
What is stack size in win32 program?
1)How to change a text of a button as Dynamically?
Tell me the different controls in MFC ?
1)At run-time, you can change the icon by calling the LoadIcon() function?