Understanding Delegates and Events

Understanding Delegates and Events

12th Grade

25 Qs

quiz-placeholder

Similar activities

Understanding the Blue Screen of Death

Understanding the Blue Screen of Death

12th Grade

23 Qs

Knowledge Assessment Quiz

Knowledge Assessment Quiz

8th Grade - University

30 Qs

Data Processing CE2 (E6-4)

Data Processing CE2 (E6-4)

12th Grade

20 Qs

ARDU TEST

ARDU TEST

9th Grade - University

20 Qs

Information and Technology

Information and Technology

9th - 12th Grade

20 Qs

Soal Ulangan Internet 8.7

Soal Ulangan Internet 8.7

8th Grade - University

20 Qs

Algorithm Characteristics and Applications Quiz

Algorithm Characteristics and Applications Quiz

12th Grade - University

20 Qs

Collaboration in Robotics Engineering

Collaboration in Robotics Engineering

8th Grade - University

20 Qs

Understanding Delegates and Events

Understanding Delegates and Events

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Daniel Velasco

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a delegate in .NET?

A class that encapsulates a method.

A type of variable.

A method that returns a value.

A collection of objects.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to declare a delegate?

delegate

method

function

class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the new keyword when instantiating a delegate?

To create a new instance of the delegate.

To call the delegate.

To declare the delegate.

To remove the delegate.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a generic delegate?

A delegate that can reference methods of different types.

A delegate that can only reference one type.

A delegate that does not return a value.

A delegate that is static.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between delegates and interfaces?

Delegates are safe callbacks; interfaces can implement methods.

Delegates can implement methods multiple times; interfaces cannot.

Delegates are faster to execute; interfaces are slower.

There is no difference.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an event in C#.NET?

A member of a class that is fired when a specific action occurs.

A method that returns a value.

A type of delegate.

A collection of objects.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for declaring an event?

public event delegate_name event_name;

public delegate event_name;

event event_name;

delegate event_name;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?