CSE :: Object Oriented Programming Using C++
-
The functions go in the _____ section of a class definition
-
You can throw _____
-
Which is a good guideline for creating function names?
-
Reserving memory during program execution is known as reserving it
-
"Rohan Motors" is a _____
-
A programming structure that contains data and a pointer to the next object is a
-
A variable declared in a function is called a(n) _____ variable
-
When you write to a file rather than the screen, you use the C++ class _____
-
Which of the following numerical value(s) is(are) invalid constant(s)?
A.
Use all lowercase letters to identify the functions as C++ functions
|
B.
Use long names to reduce the likelihood of creating a duplicate function name
|
C.
Use abbreviations as much as possible to save both keystrokes and memory
|
D.
Avoid the use of digits because they are easily confused with letters
|