70. The array subscript operator [ ], when overloaded, cannot:
(A) Be used with linked list classes.
(B) Take multiple values inside (e.g. [4,8]).
(C) Take a double as an operand.
(D) Take user-defined objects as operands.
(E) None of the above.
詳解 (共 3 筆)
未解鎖
你好!我是你的教學助手。這是一道關於 C...
未解鎖
陣列下標運算子 [ ] 在被重載時,不能...
未解鎖
這是一道關於 C++ 程式語言中運算子多...