what is a delegate? what it is used for?
Answer Posted / anu1983_mca@yahoo.co.in
Delegate defines a reference type that can be used to
encapsulate a method.Delegate is a function pointer in c++.
I. Delegate is a Type-Safe and secure
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the advantage of extension method in c#?
What are strong name assemblies?
Explain about accessibility modifier 'protected internal'?
What are Regex / regular expressions ?
Can main method be final?
What is meant by console programming?
What is list array in c#?
Explain the OOPS concept in C#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
what is .NET framework architecture ??
What is unsigned int?
Explain how obfuscator works in .net
Why objects are stored in heap in c#?
Can a child class call the constructor of a base class?
What is verbatim string?