What is a delegate in C#?
Submitted by: AdministratorC# 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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online C# (Sharp) Programming Language Job Interview Questions And Answers
Top C# (Sharp) Programming Language Questions
| ☺ | What is the difference between const and static read-only? |
| ☺ | What is a delegate in C#? |
| ☺ | Why would you use untrusted verification? |
| ☺ | Which control cannot be placed in MDI? |
| ☺ | What does the parameter Initial Catalog define inside Connection String? |
Top Dot Net Technologies Categories
| ☺ | MSF Interview Questions. |
| ☺ | .Net Architecture Interview Questions. |
| ☺ | ASP.Net MVC Interview Questions. |
| ☺ | Entity Framework Interview Questions. |
| ☺ | C# (Sharp) Programming Language Interview Questions. |
