Win32API Question:
Download Job Interview Questions and Answers 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.
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 Question | Next Question |
What is the difference between MFC and Win32? | In Win32 application can we use CString datatype? |