Q. Which of the following is correct about friend functions? (A) Friend cannot access the members of the class directly (B) Friend functions use the dot operator to access members of a class using class objects (C) Friend functions can be private or public (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above