Object Oriented Programming Using C Plus Plus - Study Mode

[#276] When you pass a variable _____, C++ passes only the contents of the variable to the receiving function
Correct Answer

(B) by value

[#277] Object is to class as _____
Correct Answer

(C) Plato is to philosopher

[#278] A derived class may also be called a
Correct Answer

(A) subclass
(E) subclass

[#279] The C++ keyword for declaring a variable that contains a decimal point is _____
Correct Answer

(C) float

[#280] A program can directly access the _____ members of a class
Correct Answer

(C) public