
Events and Delegates
Quiz
•
Computers
•
University
•
Practice Problem
•
Medium
Lock Huynh
Used 7+ times
FREE Resource
Enhance your content in a minute
16 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following statements are TRUE?
Delegate is a reference type
Delegate is a value type
Delegate does not define the method signature
Delegate is pointer type
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How to define a delegate which points to the following methods
public delegate void ToString(int value);
public string delegate ToString(int value);
public delegate string ToString(int value);
public string ToString(int value)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How to pass a function as a parameter in C#?
Cannot pass a function as a parameter in C#
Using pointer
Using dynamic parameter type
Using delegate
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following program ?
Number: 100000.00
Money: Rs. 1,00,000.00
Number: 1,00,000
Money: $1,00,000.00
Compile-time error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statement is TRUE?
An event is an encapsulated delegate
An event is a callback method
A event is a static method
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How would you declare an event for the following delegate?
public delegate void ClickHandler();
public ClickHandler OnClick;
public event ClickHandler OnClick;
public event void OnClick;
public ClickHandler event OnClick;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the built -in delegate function for handling events in .NET?
public delegate void Action();
public delegate void Predicate(object sender);
public delegate void EventHandler(object sender, EventArgs e);
None of the above
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
15 questions
Chapter 1 Basic Computer
Quiz
•
University
15 questions
JavaScript
Quiz
•
University
9 questions
Orientação a objetos básica
Quiz
•
University
10 questions
Fun with Paint and Storage
Quiz
•
1st Grade - University
10 questions
Cyber Security Threats/Attacks Quiz
Quiz
•
University
15 questions
Basic Excel Review
Quiz
•
University
14 questions
Google Docs and Google Slides Review
Quiz
•
KG - University
13 questions
Digital Technology Office 365 - 29May2020
Quiz
•
University - Professi...
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
