Multiple Choice
The prototypes of overloaded cast operator functions do not:
A) Specify the type they convert to.
B) Specify the type that is being converted.
C) Specify a return type.
D) Need to be defined inside the class whose objects are being converted.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Which of the following is false?<br>A) A
Q18: Which of the following statements about a
Q19: Assume that the function call operator() is
Q20: Which of the following is false about
Q21: The correct function name for overloading the
Q23: Which situation would require the operator to
Q24: The array subscript operator [], when overloaded,
Q25: Suppose the unary ! operator is an
Q26: Suppose you have a programmer-defined data type
Q27: Which statement about operator overloading is false?<br>A)