Multiple choice technology web technology Which one is similar to Delegates? Interface in Java pointer in C or C++ function pointer in C or C++ 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++.