Kizspy | Question: 36
(Choose 1 answer)
Which of the following statements about delegates in C# is NOT true?
A. Delegates are essentially a reference type that holds the reference to a method.
B. Delegates can be used to create callback mechanisms.
C. Delegates cannot be invoked like a regular method.
D. Delegates allow one object to call methods on another object without knowing its specific type.