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 a message map?

1 Answers   Mphasis,


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


What types of threads are supported by MFC framework?

2 Answers  


what is the difference between compiling and building?

1 Answers  


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,


Whats is DDX & DDV in MFC?

1 Answers   HCL,


If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


1)set the Title for The File DialogBox, in MFC?

1 Answers  


how many types of messages are their

4 Answers   E Logic, TCS,


How to setup a timer?

3 Answers   IBM,


Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


What is userdefine Messages in MFC?

1 Answers   HCL,


Categories