A variable declared inside a class, but outside a method, is called a(n) _________

a) local variable
b) hidden variable
c) instance variable
d) constant variable


c) instance variable

Computer Science & Information Technology

You might also like to view...

To determine each object's exact location, we can use the world's ____.

A. properties B. methods C. functions D. axes

Computer Science & Information Technology

The cat command is usually used to display the contents of a ____.

A. large text file B. log file C. small text file D. memory dump

Computer Science & Information Technology

Which of the following is true?

a) The pause/play controls must always be explicitly coded by the user. b) The Media Player can only be controlled from a script. c) The Media Player Loop parameter only takes boolean variables d) The Media Player must always be invoked with the command VideoPlayer.Play()

Computer Science & Information Technology

The logic for inserting into an empty stack is different than that for inserting into a stack with data, and thus it should be handled as a special case.

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

Computer Science & Information Technology