Home MCQs SSC Computer Science Question #1118
Back to Questions
SSC Computer Science QUESTION #1118
Question 1
Which programming language uses the concept of friend function?
  • Python
  • Java
  • C#
  • None of these✔️
Correct Answer Explanation
The "friend" function is a specific feature of C++ that allows a non-member function to access private and protected members of a class. It is not a feature of Python, Java, or C#.