Q. If a function is friend of a class, which one of the following is wrong? (A) It can have access to all members of the class, even private ones. (B) Friend functions are members of a class. (C) Friend functions are not members of a class, they are associated with it. (D) A function can only be declared a friend by a class itself. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Friend functions are members of a class.