Question: 1. Develop a C# program that includes a delegate named Start that passes a method with a single argument. 2. The program should include at
1. Develop a C# program that includes a delegate named Start that passes a method with a single argument.
2. The program should include at least two calls to a method that accepts the delegate with different value in the argument.
3. Based on an entry by the user at the keyboard , the program should execute one of two (or more) methods to simulate the start of something by calling for the respective delegate to be sent to the method.
The subject is left up to you but it should be more than simply displaying a string on the console. Please be creative and please make judicious use of comments so that I actually understand what's going on.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
