Computer Science - Object Oriented Programming Using C++

31.
Library header files usually contain
complete functions
parts of functions
function prototypes for functions stored in other files
function bodies, but not function headers
Answer: Option
Explanation:
No answer description is available. Let's discuss.

32.
A C++ term meaning "generic" is
argument
parameterized
universal
global
Answer: Option
Explanation:
No answer description is available. Let's discuss.

33.
Before object-oriented exception handling was practiced, _____
no run-time errors occurred
programmers could not deal with run-time errors
the most popular error-handling method was to terminate the program
the most popular error-handling method was to throw an exception
Answer: Option
Explanation:
No answer description is available. Let's discuss.

34.
The preprocessor directive always ends with
a comma
a semicolon
neither a semicolon nor a comma
"/"
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

35.
A constructor initialization list produces similar results to
overriding
assignment
redeclaring
output
Answer: Option
Explanation:
No answer description is available. Let's discuss.