C# (Sharp) Programming Language Question:
Download Job Interview Questions and Answers PDF
What is a delegate in C#?
Answer:
C# delegate is a:
1. A strongly typed function pointer.
2. A light weight thread or process that can call a single method.
3. A reference to an object in a different process.
4. An inter-process message channel.
1. A strongly typed function pointer.
2. A light weight thread or process that can call a single method.
3. A reference to an object in a different process.
4. An inter-process message channel.
Download C# (Sharp) Programming Language Interview Questions And Answers
PDF
Previous Question | Next Question |
What is a satellite assembly in C#? | How does assembly versioning in .NET prevent DLL Hell? |