Object Oriented Programming Using C Plus Plus - Study Mode
[#386] You typically initialize Character variables to _____
Correct Answer
(B) a space enclosed in single quotes
[#387] One way pointers are useful is to refer to a memory address that has no _____
Correct Answer
(A) name
[#388] A member function uses the correct object when you call it because
Correct Answer
(B) the address of the object is passed to the function
[#389] Two access specifiers in C++ are
Correct Answer
(A) public and private
[#390] Sending a copy of data to a program module is called _______
Correct Answer
(A) passing a value