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 |
What types of threads are supported by MFC framework?
What is the difference between regular dlls and extended dlls?
Which CPrintInfo member variable must be set for multiple page printouts?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
how to repaint when working with horizontal scroll bar
is it possible to display a window .without using windowclass
What is a message map?
What are the advantages of using Doc/View or SDI over DialogBox
How to convert the content of buffer into lower case character.
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
If i derive a new class from CObject what are the basic features my derived wil get ?
What MFC base classes provide support for ActiveX controls?