The process that includes identifying an event, such as a button click as being of interest, and associating a method to be executed when the event occurs describes ____.

A. wiring an event
B. delegating an event
C. balancing an event
D. referencing an event

Answer: A

Computer Science & Information Technology

You might also like to view...

The _____ contains information about how to dispose of a particular chemical solvent

Fill in the blank(s) with correct word

Computer Science & Information Technology

Given the linked list below, and if the data field of the above nodes is called data and the pointer field is called link, which of the following is not a correct way to reference the data field of node C.


a) s->data
b) r->link->data
c) q->link->link->data
d) p->link->link->link->data

Computer Science & Information Technology