Variables that are shared by every instances of a class are __________.

a. public variables
b. private variables
c. instance variables
d. class variables

d. class variables

Computer Science & Information Technology

You might also like to view...

Which of the following loop headers will arrange for the loop body to execute exactly 10 times?

a) for (int i = 1; i < 10; ++i) b) for (int i = 0; i <= 10; ++i) c) for (int i = –5; i < 5; ++i) d) for (int i = 2; i < 20; ++i)

Computer Science & Information Technology

A stead reduction in memory available on the heap to the point where it is completely exhausted is known as a ________.

A. fuzzing B. deadlock C. memory injection D. memory leak

Computer Science & Information Technology