题目详情
单选题 What is the correct signature for the overloaded subscript operator [ ] in class R
A. long R::operator[ ](const int index)
B. long &operator[ ](const int index)
C. &long operator[ ](const int index)
D. long operator&[ ](const int index)

学科:C++语言程序设计
时间:2023-12-17 15:18:35
相关题目
相关作业
