What is command routing in MFC
Answer / 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 |
Advantage and disadvantage of routing in telecom sector
i^=j; j^=i; i^=j; value of i,j
c++ is a purely oop concept?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
what isthe difference between c structure and c++ class
Why do we use virtual functions?
What is data binding in oops?
How do you explain polymorphism?
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
What do we mean by a hidden argument in a function?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
• What are the desirable attributes for memory managment?