Answer Posted / daniel
A delegate object encapsulates a reference to a method. In
C++ they were referred to as function pointers.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
explain Garbage collector’s functionality on unmanaged code
How can you use abstract class and interface?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is the default scope of a class in c#?
What is data adapter in c#?
What is a verbatim string literal and why do we use it?
How many types of serialization are there in c#?
How do you create partial methods?
What does int32 mean in c#?
Define Virtual folder?
What is an expression in c#?
How does bitwise work?
Why hashtable is thread safe in c#?
What are the types of operator?
Is char * null terminated?