What provides a way for the clients of a class to dictate methods that should execute when an event occurs?
A. a handler
B. an event
C. a delegate
D. a trigger
Answer: B
Computer Science & Information Technology
You might also like to view...
_____ compression refers to the type of compression method in which the amount of time and the complexity required to compress and decompress are significantly different.
A. Asymmetric B. Lossless C. Lossy D. Spatial E. Temporal
Computer Science & Information Technology
By default, any properties and methods that you define in a class are public, which means they can be accessed from outside the class.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology