Multiple Choice
A C# delegate is similar to a(n) ____ in C++, a variable that holds a method's memory address.
A) object pointer
B) integer pointer
C) function pointer
D) reference pointer
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: What are common keyboard events? What is
Q11: The C# language requires that every event
Q29: What is an important difference between KeyEventArgs
Q31: You declare a delegate using the keyword
Q33: A method that performs a task in
Q34: The _ event occurs when the user
Q35: For events that do not use additional
Q38: Events are _ occurrences; that is, they
Q39: The _ event occurs when a mouse
Q41: The second parameter in a Button event-handler