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

State what is encapsulation and friend function?

0 Answers   BirlaSoft,


What is object-oriented programming? Webopedia definition

0 Answers  


What do you mean by overloading?

0 Answers  


what is oops

4 Answers   DELL,


How to deploy web appliction in web logic ?

1 Answers   Unisys,






Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


what is difference between c++ language and java language

5 Answers  


What is the full form of oops?

0 Answers  


Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}

1 Answers   Wipro,


What is virtual destructor? Why?

3 Answers   Agile Software, College School Exams Tests, CSC,


What is abstraction in oops?

0 Answers  


Please send ford technologies placement paper 2 my mail id

0 Answers  


Categories