Why do we need events in c#?



Why do we need events in c#?..

Answer / Vineet Kumar Singh

Events in C# allow one object to notify multiple other objects when a specific event occurs. They help in implementing decoupled, flexible and efficient communication between objects, especially for complex scenarios involving multiple interacting components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are static and dynamic variables?

1 Answers   CGI,


What is the difference between parse and tryparse in c#?

1 Answers  


How is a loop recorder monitored?

1 Answers  


Explain About namespaces

1 Answers  


in a town the percentage of total men is 52. the percentage of total literacy is 48. if total percentage of literate men is 35 of total population. write a program to find out the total no of illiterate men and women.

3 Answers   HCL,


Differentiate between method overriding from method overloading with its functionality?

1 Answers   Siebel,


What is ienumerator c#?

1 Answers  


What is the difference between a constant and a static readonly field?

1 Answers  


Explain the term inheritance in C#.

1 Answers   Deloitte, JPMorgan Chase,


How can I create image pieces/sub image?

1 Answers  


What is the difference between Decorator and Adapter pattern?

1 Answers   QuestPond,


What is difference between variable and property in c#?

1 Answers  


Categories