Why some MFC classes are not derived from CObject?

Posted by AKN on Stack Overflow See other posts from Stack Overflow or by AKN
Published on 2010-04-07T09:50:17Z Indexed on 2010/04/07 9:53 UTC
Read the original article Hit count: 227

Filed under:
|

Hi All,

Normally most of the MFC (window based classes) are derived from CObject. What does CObject do? Why some MFC classes are not required to be derived from CObject?

© Stack Overflow or respective owner

Related posts about mfc

Related posts about vc++