Kanchan India Interview Question

what are delegates?

Interview Answer

Anonymous

Jul 1, 2012

Delegate is a type which holds the method(s) reference in an object. It is also referred to as a type safe function pointer.