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
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Which method cannot be overridden?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Can a varargs method be overloaded?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
any one please tell me the purpose of operator overloading
What are the benefits of polymorphism?
Why we use classes in oop?
What is the difference between procedural programming and oops?
What is class encapsulation?
What is stream in oop?
What is the example of polymorphism?
What is constructor overloading in oop?
Which language is pure oop?
What makes a language oop?