what are the design patterns of an MFC application

Answers were Sorted based on User's Feedback



what are the design patterns of an MFC application..

Answer / sujeet savant

MFC Doc/View uses Observer Pattern

Is This Answer Correct ?    9 Yes 0 No

what are the design patterns of an MFC application..

Answer / nilavu

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.

Is This Answer Correct ?    7 Yes 0 No

what are the design patterns of an MFC application..

Answer / babu

It uses the chain of responsibility as well. Whenever a
message is not handled by a window it is propogated to its
parent until it reaches default window procedure.

Is This Answer Correct ?    1 Yes 0 No

what are the design patterns of an MFC application..

Answer / babu

Bridge pattern is used in the view class as well. If you
look at the OnDraw function, it is used to render the
output to either monitor or printer depending upon the
device context being used.

Is This Answer Correct ?    0 Yes 0 No

what are the design patterns of an MFC application..

Answer / samir

It is MVC(Model View Controller)pattern

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More Win32API Interview Questions

How will we unable and disable services in win 7 ?

2 Answers   McAfee, Microsoft,


Explain Win32 Program Execution flow?

0 Answers  


write About send message and post message

4 Answers  


what API used to hide window

2 Answers  


win 3.1 supports which type of multi tasking?

2 Answers   TISL,






what is the stack size in win 32 program

0 Answers  


sql query for delete duplicate records in sql datadbase

0 Answers  


how radio button is active in dialog box?

1 Answers  


What is preemption ? context switching ?

3 Answers  


About GDI object?

2 Answers  


System call executable binary file into a process

2 Answers  


what are the design patterns of an MFC application

5 Answers   Samsung, SunSoft Technologies,


Categories