Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Programming Languages > VC++ > MFC

MFC MFC Interview Questions, Learn by sharing MFC Interview Questions asked in various Companies, Get Career advices, Interview Procedures from MFC experts, Post asked MFC Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-07-2008, 05:30 AM
Senior Member
 
Join Date: Mar 2008
Posts: 811
Default If we derive a new class from CObject what are

If we derive a new class from CObject what are the basic features the derived class will get ?
Reply With Quote
  #2 (permalink)  
Old 05-29-2008, 04:23 AM
Junior Member
 
Join Date: May 2008
Posts: 2
Default Features provided by CObject class

If you derive from CObject, you will get following features available
1) Synchronization(Saving and Retrieving Data)
2) Run-time class information
3) Object diagnostic output
4) Compatibility with collection classes

Regards
Deepak
Reply With Quote
Reply

Tags
mfc, programming language, software, vc++

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On