Multiple Choice
Which of the following are accurate comparisons between call-by-value and const call-by-reference?
A) Both protect against changing the caller's argument.
B) Both are very fast for all sizes of objects.
C) Call-by-value copies the argument whereas const call-by-reference does not
D) Call by value uses more memory than const call-by-reference in making the copy.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: You can write a class that is
Q13: Any use of the keyword const is
Q14: It is legal to call a constructor
Q15: A constructor is a special kind of
Q16: Describe the differences between a call to
Q18: If we use an out of range
Q19: Inline functions are always more efficent than
Q20: size and capacity of a vector are
Q21: What is a default constructor? When does
Q22: A static variable of a class cannot