Computer Science - Object Oriented Programming Using C++

6.
To hide a data member from the program, you must declare the data member in the _____ section of the class
concealed
confidential
hidden
private
restricted
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
External documentation includes
a printout of the program's code
flowcharts
IPO charts
pseudocode
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
A function that is called automatically each time an object is created is a(n)
constructor
contractor
builder
architect
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
A variable's _____ indicates how long the variable remains in the computer's memory
area
extent
lifetime
reach
scope
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
The function whose prototype is void getData(Item *thing); receives
a pointer to a structure
a reference to a structure
a copy of a structure
nothing
Answer: Option
Explanation:
No answer description is available. Let's discuss.