what is event inheritance and event delegation?
Answer / 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 |
Should I implement finalize on my class? Should I implement idisposable?
Explain is the jit an interpreter?
How to find methods of a assembly file (not using ILDASM) Reflection
What does stateless mean?
What are pdbs?
How inheritance works in .net?
Explain re-clarification of object based in .net?
Name the classes that are introduced in the system.numerics namespace.
What is singleton activation mode in .net?
Is .net an object oriented language? What are their components?
What is the advantage of .net?
What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com