如需将类B的函数成员:void fun( ); 定义成类A的友元函数,则需在类A中增加下列哪条语句?(    )
Afriend void A::fun( );[|]void fun( );[|]friend void B::fun( );[|]friend void fun( );