A function that operates directly on specific objects or controls is a(n) ____.

A. procedure
B. module
C. event
D. method

Answer: D

Computer Science & Information Technology

You might also like to view...

To delete a new record click the row selector box, click the ________ entry button, and then click yes

Fill in the blank(s) with correct word

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. New fields, properties, and methods cannot be added to a derived class unless these elements already existed in the base class. 2. When designing an object-oriented program, the best approach is to define a base class to hold all the general data about a group of similar objects, and then define derived classes for each specific type of object. 3. Only methods in a derived class can directly access the base class's private members. 4. When program code instantiates a derived class object, the base class constructor executes first, followed by the derived class constructor.

Computer Science & Information Technology