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
How oops is better than procedural?
What exactly is polymorphism?
How can you overcome the diamond problem in inheritance?
What is the real time example of inheritance?
What are the important components of cohesion?
Can destructor be overloaded?
How to improve object oriented design skills?
When not to use object oriented programming?
what are the ways in which a constructors can be called?
What is ambiguity in inheritance?
Whats is abstraction in oops?
what is graphics
What is difference between polymorphism and inheritance?
What is object-oriented programming? Webopedia definition
What is the difference between inheritance and polymorphism?