Object Oriented Programming Using C Plus Plus - Study Mode

[#426] The get() function returns _____
Correct Answer

(C) a reference to the object that invoked it

[#427] The most efficient data type for a variable that the number 20000 is the _____ data type
Correct Answer

Character

[#428] An expression contains relational, assignment and arithmetic operators. In the absence of parentheses, the order of evaluation will be
Correct Answer

(B) arithmetic, relational, assignment

[#429] The keyword virtual indicates that
Correct Answer

(C) a base class should be used only once in inheritance

[#430] Variables that are declared in a block are known as _____ variables to that block
Correct Answer

(B) local