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 |
Explain the concepts involved in Object Oriented programming.
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
what is the drawback of classical methods in oops?
What does and I oop mean?
Program to check whether a word is the first word of the sentence.
What is a friend function & its advantage?
What is the difference between pass by reference and pass by value?
what is oops
What does and I oop mean in text?
tel me oops defination in single line
string is a class or data type in java?
What is constructor overloading in oop?