Object Oriented Programming Using C Plus Plus - Study Mode
[#391] Of the three ways to pass arguments to functions, only passing by _____ and passing by _____ allow the function to modify the argument in the calling program
Correct Answer
(A) reference, pointer
[#392] To use either an input or output file, the program must include the _____ header file
Correct Answer
(B) fstream.h
[#393] A widget is to the blueprint for a widget as an object is to
Correct Answer
(B) a class
[#394] C++ allows you to define the same functions more than once in the same program _____
Correct Answer
(D) C++ does not allow you to define the same functions more than once in the same program
[#395] Which of the following assigns the number 5 to the area variable?
Correct Answer
(B) area = 5