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 |
1)why we cant create more than one instance of the class Derived from CWinApp
What are the types of button controls?
What is mfc class hierarchy?
What is CArchive class dowes?
1) How do you Destroy a Dialog Box ?
Explain in sort What is CTargetObject?
What is primitive and non-primitive application?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
What is the difference between Struts and JSF? Pls list some most suitable differences.
Why Array Index starts from Zero
what is the use of AFX_MANAGE_STATE ?
Why not virtual functions to handle messages?