Below are the list of uses of delegates in C# -
- Callback Mechanism
- Asynchronous Processing
- Abstract and Encapsulate method
- Multicasting
Write a program to reverse a string? using System; namespace ConsoleApp1 { class Program { static void Main(string[] args) ...
No comments:
Post a Comment