Question: What is a delegate
- a variable that holds a reference to a value type and its content
- a specific value type that can be used only in callback methods
- a type that holds a reference to a method with a particular parameter list and return type
- a custom variable type that can be used in abstract classes
Answer: The correct answer of the above question is Option C:a type that holds a reference to a method with a particular parameter list and return type