哪个函数重载+运算符?()A、__add__()B、__plus__()C、__sum__()

题目

哪个函数重载+运算符?()

  • A、__add__()
  • B、__plus__()
  • C、__sum__()

相似考题
参考答案和解析
正确答案:A