Home » C# Programming » Delegates

Suppose on pushing a button an object is to be notified, but it is not known until runtime which object should be notified. Which of the following programming constructs should be used to implement this idea?

Correct Answer: Delegate

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion