Multiple choice technology programming languages

A delegate defined in a class can take advantage of the generic type parameter of that class

  1. True

  2. False

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

In C#, a delegate defined inside a generic class can reference and use the generic type parameters of that enclosing class, allowing it to work dynamically with different types specified at instantiation.