Showing posts with label friend function. Show all posts
Showing posts with label friend function. Show all posts

January 30, 2013

Friend Function in C++ (OOPs)


friend function and class in C++ (OOPs) programming language


A Friend Function is a non-member function that can access private data’s. A friend CLASS is a class whose member functions can access another class i.e. private and protected classes.