Object Oriented Programming Using C Plus Plus - Study Mode

[#251] Reference variables and const class member
Correct Answer

(C) must be initialized, rather than assigned values

[#252] The actual arguments cannot he
Correct Answer

(B) of a different type from the corresponding formal arguments

[#253] A translator that notes whether you have used a language correctly may be called a _____
Correct Answer

(B) compiler

[#254] The feature in object-oriented programming that allows the same operation to be carried out differently, depending on the object, is_____
Correct Answer

(B) polymorphism

[#255] When an argument is passed by reference,
Correct Answer

(D) the function accesses the argument's original value in the calling program