Object Oriented Programming Using C Plus Plus - Study Mode
[#106] A _____ is a single item of information about a person, place, or thing
Correct Answer
(B) field
[#107] Which (if any) of the following is NOT a programmer-defined type
Correct Answer
(D) All of the above are programmer-defined types
[#108] A file pointer always contains the address of the file
Correct Answer
(B) False
[#109] You declare a function with a function _____, which is typically entered at the beginning of the program, below the #include directives
Correct Answer
(B) prototype declaration
[#110] A function that is called automatically each time an object is created is a(n)
Correct Answer
(A) constructor
(E) constructor