What is subclassing?
Answers were Sorted based on User's Feedback
Answer / sonali dongare
Subclassing is a technique that allows an application to
intercept and process messages sent or posted to a
particular window before the window has a chance to process
them. This is typically done by replacing the Window
Procedure for a window with application-defined window
procedure. I will devide this article into 3:
Subclassing in SDK programs,
Subclassing in MFC programs,
Reflected messages
| Is This Answer Correct ? | 21 Yes | 1 No |
What is subclassing?
What is the use of CCmdTarget ?
Explain the flow of SDI application?
What is CArchive class dowes?
1) How do you Destroy a Dialog Box ?
If application hangs while SendMessage is waiting for the result, how you handle it?
What are the differences between MFC Exception macros and C++ exception keywords?
How you find memory leaks?
What is the use of CObject::Dump function ?
What is difference between the TCP/IP and UDP socket
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.
What is the difference between OnInitialUpdate and OnUpdate?