Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
C++
3.7K+ articles
C++ Programs
1.5K+ articles
How To
1.2K+ articles
cpp-friend
4+ articles
C++-friend keyword
1+ articles
Friend function and class
2 posts
Recent Articles
Popular Articles
Difference between friend function and member function in C++
Last Updated: 23 July 2025
Friend Function: It is basically a function that is used to access all private and protected members of classes. It is considered as a non-member function of class and is ...
read more
C++
Friend function and class
Mutual friendship of Classes in C++ with Examples
Last Updated: 15 July 2025
Prerequisite: Friend Class in C++A friend class can access private and protected members of other classes in which it is declared as a friend. It is sometimes useful to al...
read more
C++ Programs
C++
How To
Friend function and class
C++-friend keyword
cpp-friend