Multiple Choice
The array subscript operator [], when overloaded, cannot:
A) Be used with linked list classes.
B) Take a float as an operand.
C) Take multiple values inside (e.g., [4,8]) .
D) Take user-defined objects as operands.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Assume that the function call operator() is
Q20: Which of the following is false about
Q21: The correct function name for overloading the
Q22: The prototypes of overloaded cast operator functions
Q23: Which situation would require the operator to
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)
Q28: The delete [] operator:<br>A) Can terminate the
Q29: Which of the following is false?<br>A) An