Win32API Question:
Download Questions PDF

What are the design patterns of an MFC application?

Answer:

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.

Download Win32API Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between MFC and Win32?In Win32 application can we use CString datatype?