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 abstraction example?
Is oop better than procedural?
What are the 3 principles of oop?
What does and I oop mean in text?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is a class in oop?
What does <> mean pseudocode?
Why do pointers exist?
When not to use object oriented programming?
What is polymorphism and types?
What is purpose of inheritance?
How does polymorphism work?
Can static class have constructor?
Can a varargs method be overloaded?
What is solid in oops?