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

What is the use of CObject::Dump function ?

4 Answers  


1)To Remove WS_MINIMIZEBOX in a Frame ?

1 Answers  


What types of threads are supported by MFC framework?

2 Answers  


What are the types of button controls?

10 Answers  


Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,






What is the difference between Extension DLL and Regular DLL?

6 Answers   GE,


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


What is serialization ?which function is responsible for serializing data ?

5 Answers  


How can server communicate with more than one client

2 Answers   Invensys,


how to repaint when working with horizontal scroll bar

0 Answers  


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


Explain StretchBlt and BitBlt

1 Answers  


Categories