πŸ“Š C++
Q. Which one of the following is correct, when a class grants friend status to another class?
  • (A) The member functions of the class generating friendship can access the members of the friend class.
  • (B) All member functions of the class granted friendship have unrestricted access to the members of the class granting the friendship.
  • (C) Class friendship is reciprocal to each other.
  • (D) There is no such concept.
πŸ’¬ Discuss
βœ… Correct Answer: (B) All member functions of the class granted friendship have unrestricted access to the members of the class granting the friendship.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
190
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
84%
Success Rate