Multiple Choice
When an object or structure variable is passed to a function as a constant reference
A) the function accesses the original object, rather than a copy of it.
B) the function cannot make any changes to the member variables.
C) it is more efficient than passing it by value.
D) all of the above are true.
E) A and B are true, but not C.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An Abstract data type (AD<br>T) is a
Q8: When a constructor does not require that
Q9: The bundling of an object's data and
Q10: A structure has member variables, like an
Q10: A(n)member function may only be called from
Q11: A class can have a member variable
Q12: If setSide is a Square class function
Q15: When three different objects of a particular
Q16: A class declaration provides a pattern for
Q17: A class declaration describes an object, but