Attributes of a class are also known as:

a. Constructors.
b. Local variables.
c. Fields.
d. Classes.


c. Fields.

Computer Science & Information Technology

You might also like to view...

What are the names of the output parameters of apart?

``` void apart(double x, int *wholep, double *fracp) { *wholep = (int)x; *fracp = x - *wholep; } ```

Computer Science & Information Technology

A ____ file is a file that contains code that can be read by machines and run as an executable file.

A. computing B. boot C. server D. binary

Computer Science & Information Technology

Logical functions are used to test for specific conditions

Indicate whether the statement is true or false

Computer Science & Information Technology

Laser printers use a chip called the ______________ to translate the raster image sent to the printer into commands to the laser.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology