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?s a delegate?

Answers were Sorted based on User's Feedback



What?s a delegate?..

Answer / 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

What?s a delegate?..

Answer / uma

Delegate is the reference for number of functions having
same signature (Return type and Number of parameters for
the methods should be same )

Is This Answer Correct ?    4 Yes 1 No

What?s a delegate?..

Answer / monu sharma

Delegate is the reference for number of functions having
same signature (Return type and Number of parameters for
the methods should be same ).Delegate is the collection of
functions and pointers that hold in delegate.

Is This Answer Correct ?    2 Yes 0 No

What?s a delegate?..

Answer / anuj

Delegate is a class having no body, whose object can store
the reference of method of some another class...
example :
public delegate void del();

Is This Answer Correct ?    2 Yes 0 No

What?s a delegate?..

Answer / sudhakar

deligate is an object,where reffered to as an function address.

Is This Answer Correct ?    2 Yes 2 No

What?s a delegate?..

Answer / mihir

A delegate object encapsulates a reference to a method.

Is This Answer Correct ?    1 Yes 3 No

What?s a delegate?..

Answer / reva ram sahu

It’s a delegate that points to and eventually fires off
several methods.

Is This Answer Correct ?    1 Yes 5 No

What?s a delegate?..

Answer / jyothish vakkom

it is lik c++ pointer

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Sharp Interview Questions

What is the difference between virtual and override in c#?

0 Answers  


List down the differences between “dispose” and “finalize” methods in c#.

0 Answers  


What exactly happens when we debug and build the program?

0 Answers  


What does async mean in c#?

0 Answers  


What happens when thread sleep () method is called?

0 Answers  


Why do we use generics in c#?

0 Answers  


What is local function?

0 Answers  


Can you prevent a class from overriding?

3 Answers  


Explain about accessibility modifier 'protected internal'?

0 Answers  


What is the delegate in c#?

0 Answers  


Is there any way to access private memebers of an object from another object?

4 Answers   TCS,


How does bubble sort work?

0 Answers  


Categories