A variable whose meaning is confined to an object of a class is called:

a. instance variable
b. local variable
c. global variable
d. none of the above


A

Computer Science & Information Technology

You might also like to view...

How many Book objects are created by the following statement? Book[] books = new Book[10];

a. 10 b. 0 c. 5 d. None of the above.

Computer Science & Information Technology

The command is cal, as shown in the following session.

What will be an ideal response?

Computer Science & Information Technology

Suppose we are given an STL vector container named vec that holds values of type double. What do each of vec[vec.size()-1], vec.back(), *(vec.end()-1), *(vec.begin()+vec.size()-1)and *vec.rbegin() mean?

What will be an ideal response?

Computer Science & Information Technology

Match each of the following printer concepts or terms to its measurement or function:

I. printer speed II. printer resolution III. inkjet printers IV. all-in-one V. laser printers A. measured in ppm B. measured in dpi C. generally produce the highest quality printouts D. affordable and produce photo-quality images E. combines the functions of a printer, scanner, copier, and fax into a single machine

Computer Science & Information Technology