Kizspy | Question: 40
(Choose 1 answer)
Can a delegate reference multiple methods in .NET?
A. No, a delegate can only reference a single method
B. Yes, a delegate can reference multiple methods using the '+=' operator
C. Yes, but only if the methods have the same number and order of parameters
D. Delegates cannot reference methods in .NET