Win32API Question: Download Win32API PDF

What are the design patterns of an MFC application?

Tweet Share WhatsApp

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 PDF Read All 20 Win32API Questions
Previous QuestionNext Question
What is the difference between MFC and Win32?In Win32 application can we use CString datatype?