Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 radio button is active in dialog box?

1 Answers  


What is preemption ? context switching ?

3 Answers  


What is Function entry for DLL in win3.1?

0 Answers  


Hi All, i got through he h1b Lotreey in india. US staming in the consulate is pendding . i applied from india for H1b but currently i am in germany for 1 year .i wanted to know can i attend the interview in germany.

1 Answers   MultiVision,


How to load Bitmap at Dialogbakground in an MFC application?

1 Answers   SunSoft Technologies,


What is System call executable binary file into a process?

0 Answers  


What is an Hash Mapping in java?

0 Answers   Cisco, Syntel,


what Message displayed when a window is destroyed

3 Answers  


java is pure object oriented programming language why?

3 Answers   HCL,


Explain Win32 Program Execution flow?

0 Answers  


explain WM_PAINT message ?????

0 Answers  


sql query for delete duplicate records in sql datadbase

0 Answers  


Categories