____ are operations that you can apply to objects to alter their appearance.

A. Appearances
B. Layers
C. Effects
D. Distortions


Answer: C

Computer Science & Information Technology

You might also like to view...

Assume the following environment

``` #define MAX 50 int a[MAX], i, j, temp; ``` What is the minimum valid subscript value for array a? a. 0 b. 1 c. any negative number d. There is no minimum. e. none of the above

Computer Science & Information Technology

Windows comes with a built-in utility to optimize and defragment drives

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____ is the name of a programming object - for example, a class, method, or variable.

A. convention B. identifier C. keyword D. class header

Computer Science & Information Technology

Dynamic binding determines which function should be called at runtime, based on the ____ type making the call.

a. object b. class c. function d. operator

Computer Science & Information Technology