Object Oriented Programming Using C Plus Plus - Study Mode

[#336] When a class is derived from another derived class, the newly derived class
Correct Answer

(C) may have more limited access to a base class member than its immediate predecessor

[#337] If you assign a default value to any variable in a function prototype's parameter list, then _____
Correct Answer

(B) all parameters to the right of that variable must have default values

[#338] The dot operator (or class member access operator) connects the following two entities (reading from left to right):
Correct Answer

(D) a class object and a member of that class

[#339] One of the logical operators in the C language is represented by the symbol
Correct Answer

(B) &&

[#340] Which of the following tells C++ to display numbers in fixed notation?
Correct Answer

(D) setiosflags(ios::fixed)