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 significance of classes in oop?
Is data hiding and abstraction same?
What is the fundamental idea of oop?
What is class in oop with example?
What is object in oops?
Why do we use class in oops?
Why do we use polymorphism?
What does it mean when someone says I oop?
Can we create object of interface?
Can main method override?
Can a varargs method be overloaded?
what is the sylabus for priliminaries?
What is difference between data abstraction and encapsulation?
What is encapsulation process?
What is the real time example of inheritance?