Object Oriented Programming Using C Plus Plus - Study Mode
[#91] The extraction operator >> is a(n)
Correct Answer
(A) overloaded function
[#92] One drawback to returning an error code from a function is _____
Correct Answer
(C) a function can return only one value, so it can return only the error code
[#93] Which functions do not have a this pointer?
Correct Answer
(D) static functions
[#94] When a program calls a function that has default parameters, if you omit an argument, you must _____
Correct Answer
(C) omit all arguments to the right of that argument
[#95] Each generic type in a template function definition is preceded by the keyword _________
Correct Answer
(A) template