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 clr in c#?
How can it prevents DLL Hell assembly versioning in .NET?
What do you mean by “finalize” and “finally” methods in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What is an expression in c#?
Explain static class members.
How many types of polymorphism are there?
Explain the access modifiers in c#?
How can I check the type of an object at runtime?
How can I access the registry from c# code?
How can you read 3rd line from a text file?
Define an escape sequence, name few strings in escape sequence?
Is array immutable in c#?
Explain the difference between event and a delegate in c#?
What is a dynamic assembly?