Answer Posted / 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 View All Answers
What does no cap mean?
What is persistence in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
#include
Why is static class not inherited?
What is byval and byref? What are differences between them?
Give two or more real cenario of virtual function and vertual object
What is class encapsulation?
What are the 4 main oop principles?
What is a class and object?
What is difference between inheritance and polymorphism?
Why do we use polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
what is graphics