Multiple choice

Which of the following data type in C# is the type-safe and secure version of function pointers?

  1. Interfaces

  2. Class

  3. Object

  4. Delegates

  5. String

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This data type in C# is the type-safe and secure version of function pointers.