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 is the full form of oops?
What is pointer in oop?
What is variable example?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is overriding vs overloading?
What is static modifier?
Is enum a class?
What are the 5 oop principles?
Can static class have constructor?
What is overloading in oop?
What is encapsulation example?
Which is better struts or spring?
What is encapsulation in oop?
What is object-oriented programming? Webopedia definition
What are the types of abstraction?