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 |
Why Array Index starts from Zero
What is the command routing in MFC framework?
How to update windows title bar dynamically?
If i derive a new class from CObject what are the basic features my derived wil get ?
What is the use of CCmdTarget ?
How to setup a timer?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
if i modified data in 1 view how does the other view knows
How do I create a dialog box in mfc?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
I want recent paper pattern for HP company?
What is model and modeless dialog box ? Give some examples?