Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a delegate, How many types of delegates?

Answers were Sorted based on User's Feedback



What is a delegate, How many types of delegates?..

Answer / praveena

A delegate is a strongly type of pointers.through delegate
we can call any function even the class is sealed & with
delegate we can create our own events to the controls there
are 2 type of delegate they are 1.single delegate
2.multicast delegate ...

Is This Answer Correct ?    16 Yes 1 No

What is a delegate, How many types of delegates?..

Answer / sathya

Delegate is a type-Safe Function Pointer.It Point of the
Function with Same Signatures.It Use Secure.We Can
Indirectly Call the method at Run time.It Gives Reference of
the method.
It Use Result Display At Form load.It Have a Two
types.Simple delegate,MultiCast delegate.

Simple Delegate: It Call One method at run time.

Multicast Delegate: It Call More than one method at run time.

Is This Answer Correct ?    3 Yes 0 No

What is a delegate, How many types of delegates?..

Answer / vidhya

Delegate is like a pointers in c or c++.delegate is an
object that holds the reference to a method.Two types of
delegate.

Is This Answer Correct ?    3 Yes 1 No

What is a delegate, How many types of delegates?..

Answer / samuel

a delegate can defined as type-safe function pointer. it encapsulates the memory address of a function in your code.
whenever you create or use a event in code,you are using the delegate
declaration: private delegate sumydelfun()

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Define code access security (cas)?

0 Answers  


Explain the Difference between value and reference type.

2 Answers   Infosys, Wipro,


What is cyclomatic complexity and why is it important?

0 Answers  


What are the new thee features of com+ services, which are not there in com (mts)?

0 Answers  


What is an anonymous method and how is it different from a lambda expression?

0 Answers  


What is implement a generic action in webapi?

0 Answers  


How inheritance works in .net?

0 Answers  


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  


What is a resource? Provide an example from your recent project.

1 Answers   Wipro,


Resource Files: How to use the resource files, how to know which language to use?

1 Answers  


What security mechanisms to enforce for Authenticating and authorizing the users?

1 Answers  


Categories