Because reference type variables are the means by which we access objects, a reference type variable is sometimes called a(n) ____.
A. alias
B. message
C. friend
D. handle
Answer: D
You might also like to view...
Twitter lets you post updates called tweets of up to 200 characters that anyone can view.
Answer the following statement true (T) or false (F)
What is a limited function OneDrive version of OneNote 2013?
A) OneNote Online App B) OneNote App C) SkyDrive D) Online App
In order to ensure that a cable is not affected by electromagnetic interference, how far away should the cable be from fluorescent lighting?
a. at least 3 inches b. at least 3 feet c. at least 6 feet d. at least 12 feet
What will the following program print on screen?int age = 0;if (age = 40) printf("Happy Birthday!");else printf("Sorry");
A. Happy Birthday! B. Sorry C. Runtime error. D. Nothing; the program will not compile.