What are the design patterns of an MFC application?

Submitted by: Administrator
It uses main three patterns,
Singleton pattern - Application object(CWinApp & its
derived classes)
Bridge pattern - Serialization
Observer patten - Document/View Architecture

If we dig deeper into the MFC classes, it may use some
other patterns also.
Submitted by: Administrator

Read Online Win32API Job Interview Questions And Answers