Computer Science - Object Oriented Programming Using C++

11.
The functions go in the _____ section of a class definition
declaration
implementation
prototype
functioning
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
You can throw _____
a scalar variable
a constant
a programmer-defined class object
any of these
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
You invoke a function with a function
call
declaration
definition
prototype
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
Which is a good guideline for creating function names?
Use all lowercase letters to identify the functions as C++ functions
Use long names to reduce the likelihood of creating a duplicate function name
Use abbreviations as much as possible to save both keystrokes and memory
Avoid the use of digits because they are easily confused with letters
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
Reserving memory during program execution is known as reserving it
dynamically
statically
functionally
powerfully
Answer: Option
Explanation:
No answer description is available. Let's discuss.