假定M是一个类名,且M中重载了操作符=,可以实现M对象间的连续赋值,如”m1=m2=m3;”.重载操作符=的函数原型最好是
A.intoperaotor=(constM);
B.intoperator=(constM&);
C.Moperator=(constM&);
D.可以是float类型
正确答案:D
相关答案
热门答案