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?
Options
A. Attribute
B. Delegate
C. Namespace
D. Interface
E. Encapsulation
Correct Answer
Delegate
More questions
1. There is no private or protected inheritance in C#.NET.