What is subclassing?

Answers were Sorted based on User's Feedback



What is subclassing?..

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?..

Answer / somu

Subclassing is a standard technique in Windows programming
for customizing the behavior of a window. MFC wrap
subclassing into virtual function overriding.

Is This Answer Correct ?    15 Yes 5 No

Post New Answer

More MFC Interview Questions

What is the base class for MFC

3 Answers   HCL,


How to create a Modeless Dialog?

5 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


Types of DLL's

11 Answers   Invensys,


What is the difference between ASSERT and VERIFY?

2 Answers  






visual Pogramming c++ coding for create a paint application.. (Please someone help me)

2 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


Why Array Index starts from Zero

30 Answers   HCL,


What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


What are the special requirements for dialog box resources used in a form view?

2 Answers  


What is the base class for most MFC classes?

7 Answers   CMC, Siemens,


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

0 Answers  


Categories