Object Oriented Programming Using C Plus Plus - Study Mode
[#461] It is illegal to make objects of one class members of another class
Correct Answer
(B) False
[#462] The following statement where T is true and F is false T&&T||F&&T
Correct Answer
(A) is true
[#463] A program will have one function prototype for each function defined in the programmer-defined section of the program. (Assume that the programmer-defined section is located below the main function.)
Correct Answer
(A) True
[#464] The standard input stream, which refers to the keyboard, is called
Correct Answer
(A) cin
[#465] If the code and fee arrays are parallel, the fee that corresponds to the code stored in the code[3] element is located in the _____ element
Correct Answer
(D) fee[3]