Multiple choice technology web technology

Which one is similar to Delegates?

  1. Interface in Java

  2. pointer in C or C++

  3. function pointer in C or C++

  4. Interface in .NET

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

Delegates in .NET are type-safe object references that encapsulate a method. This concept is conceptually identical to function pointers in C or C++.