A.friend MyClas operator+(int,MyClas&);
B.friend MyClas operator+(MyClas,MyClas);
C.friend MyClas operator+(MyClas,MyClas&);
D.friend MyClas operator+(MyClas&,MyClas);