What are callback methods in c#?



What are callback methods in c#?..

Answer / Nidhi Srivastava

Callback methods in C# are delegate methods that are passed as arguments to other methods. They allow one method to call another method when a specific event or action occurs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what is the difference between the debug class and trace class?

1 Answers   Rolta,


Define using statement in c#?

1 Answers  


What is the difference between malloc () and new?

1 Answers  


What is console writeline in c#?

1 Answers  


What is a di class?

1 Answers  


Why it's said that writing into .NET Application Configuration Files is a Bad Idea?

1 Answers   DELL,


Can a method be sealed in c#?

1 Answers  


What is delegates & multicast delegate?

2 Answers   Cognizant,


What?s class SortedList underneath?

2 Answers  


How many types of variables are there in c#?

1 Answers  


Why do we need serialization?

1 Answers  


What is written in c#?

1 Answers  


Categories