how many types of classes are ther,what are that
Answers were Sorted based on User's Feedback
Answer / malempati
There Are 2 Types of Classes Regading MFC.
1.Generic Classes - Independent Classes
2.Non-Generic Classes - These Classes are derived From
CObject
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / surendra mishra
As far i know following are the types of classes
1: Base class
2: Derived Class
3: Abstract Class
4: Virtual Class.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / abhishek kesharwani
1: Base class
2: Derived Class
3: Abstract Class
4: Virtual Class.
5. Template class.
6. Inner class.
7. Runtime class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anita
1: Base class
2: Derived Class
3: Abstract Class
4: Virtual Class.
5. Template class.
6. Inner class.
7. Runtime class.
8. object class
9. concrete class
10.local class
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mathy&
In MFC
CDialog,Cbase,Cstring,Cfont,Cwinthread..... lot of classes
available..
| Is This Answer Correct ? | 1 Yes | 2 No |
Explain about MDI and CMultiDocTemplate ?
Given two processes, how can they share memory?
What is the use of OninitDialog ?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
If there is more than 100 control in a window how we can change the Taborder of a controls
what is message loop how mfc does it internally?
How can i change the color of a dropdowncombobox elements
what is the updated verssion in vc++
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 is the use of AFX_MANAGE_STATE ?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
what is the use of Mutex and critical section