Select from following answers:- delegates are not type safe
- delegates provides wrappers for function pointers

- inheritance is a prerequisite for using delegates
- All the above
- All Above
Delegates are reference types.
Delegates are object oriented.
Delegates are type-safe.
Delegates provides wrappers for function pointers
- .Net delegates are more than just type-safe function pointers. Unlike the function pointers.
- A delegate is a type that safely encapsulates a method, similar to a function pointer in C and C++. Unlike C function pointers, delegates are object-oriented, type safe, and secure. The type of a delegate is defined by the name of the delegate.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator