Solved

Match Each Item with a Statement Below

Question 8

Matching

Match each item with a statement below:

Premises:
Used to notify an object's client of a change that has occurred in the object
A type of delegate that lets you invoke multiple method calls using a single statement
A delegate used to create mouse event handlers
The control that generates an event
The technique of packaging an object's attributes and methods into a cohesive unit that can then be used as an undivided entity
Shown in the Properties window of the IDE, and looks like a lightning bolt
Generated when a Button object is clicked
Also known as an event-handler method
Represents an event that contains no event data
Responses:
composed delegate
event
event sender
event receiver
Empty
MouseEventHandler
encapsulation
Click event
Events icon

Correct Answer:

Used to notify an object's client of a change that has occurred in the object
A type of delegate that lets you invoke multiple method calls using a single statement
A delegate used to create mouse event handlers
The control that generates an event
The technique of packaging an object's attributes and methods into a cohesive unit that can then be used as an undivided entity
Shown in the Properties window of the IDE, and looks like a lightning bolt
Generated when a Button object is clicked
Also known as an event-handler method
Represents an event that contains no event data
Related Questions