Thursday, April 11, 2019

Friend Function In C++

This blog demonstrates friend function in C++. Private members of a class cannot access outside the class but using the friend function it is possible.

source https://www.c-sharpcorner.com/Blogs/friend-function-in-cpp

No comments:

Post a Comment