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

How to access document object from view ?

1 Answers  


What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example

6 Answers  


How can server communicate with more than one client

2 Answers   Invensys,


What is Multithreading

1 Answers   Invensys,


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

1 Answers  






what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?

0 Answers  


What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


Tell me about different kinds of synchranization objects ?

6 Answers  


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

2 Answers  


What is the difference between the Encapsulation and Abstraction

25 Answers   HCL, Invensys, TCS, Wipro,


Tell us something about MFC?

7 Answers   Microsoft,


Categories