Back to Questions
SSC Computer Science
QUESTION #1118
Question 1
Which programming language uses the concept of friend function?
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#.
Sign in to join the conversation and share your thoughts.
Log In to Comment