Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the base class for MFC Framework ?

Answers were Sorted based on User's Feedback



What is the base class for MFC Framework ? ..

Answer / nkotesh

CObject is the base class for Microsoft Foundation Classes.
It's used to support Serialization, Runtime Class
Information and Object diagonstics

Is This Answer Correct ?    22 Yes 1 No

What is the base class for MFC Framework ? ..

Answer / john samuel

CObject is the principal base class for the Microsoft
Foundation Class Library. It serves as the root not only for
library classes such as CFile and CObList, but also for the
classes that you write. CObject provides basic services,
including

Serialization support
Run-time class information
Object diagnostic output
Compatibility with collection classes

Is This Answer Correct ?    18 Yes 2 No

What is the base class for MFC Framework ? ..

Answer / jones

CObject

Is This Answer Correct ?    15 Yes 2 No

What is the base class for MFC Framework ? ..

Answer / ctharam

CObject is the root base class for most of the Microsoft Foundation Class Library (MFC).

The CObject class contains many useful features that

1) Serialization
2) Debugging
3) Dynamically create Objects
4) Compatibility with Collection Classes
5) Derive your class from CObject

Use the normal syntax to derive CTharam class from CObject

class CTharam : public CObject
{
// add CTharam-specific members and functions...
}

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More MFC Interview Questions

What are the types of button controls?

10 Answers  


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

5 Answers  


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

0 Answers  


In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?

2 Answers   Wipro,


Have you ever used win32 APIs ?

4 Answers   Microsoft,


Given two processes, how can they share memory?

2 Answers   Microsoft,


how to repaint when working with horizontal scroll bar

0 Answers  


What is the difference between regular dlls and extended dlls?

2 Answers  


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


List out the parameters of WinMain Function.

2 Answers   Mphasis,


What are the special requirements for dialog box resources used in a form view?

2 Answers  


Categories