Answers

Question and Answer:

  Home  Win32API

⟩ What are the design patterns of an MFC application?

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.

 203 views

More Questions for you: