单项选择题
A.=和+ B.[]和后置-- C.前置--和[] D.=和[]
A.friend A operator+(A,A); B.friend A operator+(int,A &,); C.friend A operator+(A,A &,); D.friend A operator+(A &,A &);
A.void B.char C.float D.int