Answer Posted / rathi
The event-delegation model has two advantages over the
event-inheritance model. First, it enables event handling
to be handled by objects other than the ones that generate
the events (or their containers). This allows a clean
separation between a component's design and its use. The
other advantage of the event-delegation model is that it
performs much better in applications where many events are
generated. This performance improvement is due to the fact
that the event-delegation model does not have to repeatedly
process unhandled events, as is the case of the event-
inheritance
model.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to convert a .NET object into COM operabililty?
When displaying fonts, what is the difference between pixels, points and ems?
What is value type and refernce type in .net?
Explain what is the difference between encrypting a password and applying a hashing?
Explain how garbage collection works?
Is .net core stable?
What are the new 2.0 features useful for?
Explain about .Net products?
What is the need of OLE-automation?
Please explain what inheritance is, and why it's important?
What is new in .net core?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Can you create instance of a class which has private constructor?