When you declare a variable that refers to an object of a given class, you are creating a(n) ______ to the object.

a) interface
b) reference
c) method
d) ADT

b.

Computer Science & Information Technology

You might also like to view...

A PXE boot requires an optical disc to be installed to boot and start the imaging process

Indicate whether the statement is true or false

Computer Science & Information Technology

All of the following are true of an ostringstream object except that:

a. It uses a string to store output data. b. A stream insertion operation cannot be used to append additional data to it. c. The string data it stores is dynamically allocated. d. The data it stores can be accessed using the function str.

Computer Science & Information Technology