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 |
why oops need in programming
What is object in oop with example?
What is the importance of oop?
Name an advantage of linked list over array?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What is function overloading?,describe it with the example.
explain dynamic binding by drowing
Why is destructor used?
What is inheritance and how many types of inheritance?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
What is encapsulation example?
what do you mean by static member variable?