Answer Posted / guest
A delegate object encapsulates a reference to a method. In
C++ they were referred to as function pointers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is executescalar in c#?
What does mean before a string in c#?
Is c# pass by value?
Is php easier than c#?
How will you deploy the dll file in gac?
What are Types of assemblies that can be created in dotnet
What is meant by console programming?
What is the example of predicate?
What is the difference between internal and private in c#?
How do I create a new form in c#?
What are circular references?
What is c# commonly used for?
Why extension method is static?
What is an escape sequence?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?