Multiple Choice
A reason to overload the __________ is to allow you to write classes that have array-like behaviors.
A) parentheses ( ) operator
B) curly braces { } operator
C) square brackets [ ] operator
D) colon :: operator
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: C++ allows you to redefine the way
Q26: In the following function header, the word
Q27: Each object of a class has its
Q28: If you overload the prefix ++ operator,
Q29: When you overload an operator, you can
Q31: When you overload the << operator you
Q32: The _ member variable may be accessed
Q33: In C++ if you overload the <
Q34: When you overload an operator, you cannot
Q35: An aggregate class's constructor can use a