Object Oriented Programming Using C Plus Plus - Study Mode

[#146] Which of the following is a C++ object?
Correct Answer

(C) cin
(E) cin

[#147] A variable is _____
Correct Answer

(B) a memory location whose value can change while the program is running

[#148] A function can
Correct Answer

(D) a, b, c above are all true

[#149] A constructor initialization list is preceded by _____
Correct Answer

(B) a colon

[#150] When the compiler places a copy of a small function's statements directly into a program, the function is said to be _____
Correct Answer

(C) inline