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 is command routing in MFC



What is command routing in MFC..

Answer / bob

Check the Command pattern in Gof books, MFC almost use it in
the same way:
SubWidget in the dialog will catch it firstly, it will
forward it to Parent window(the dialog) if *request is not
for it or no handler defined.

This procedure runs recursively, until one handle it or pass
it to application object. Application will omit unknown
command by default

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More OOPS Interview Questions

why constructor cannt be declar virtually? why destructor cannt be overloaded?

2 Answers   Infosys,


Write a program to sort the number with different sorts in one program ??

0 Answers   NIIT,


What does and I oop and sksksk mean?

0 Answers  


What is class in oop with example?

0 Answers  


What is polymorphism used for?

0 Answers  


What are two types of polymorphism?

0 Answers  


Why do we use class in oops?

0 Answers  


What is the significance of classes in oop?

0 Answers  


What polymorphism means?

0 Answers  


What's the full form of STL?

2 Answers  


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

0 Answers   UBS,


why the memory allocated with new cant be freed using free()

2 Answers  


Categories