Naga Raju answered question 4/20/2007 What Is The Difference Between Member Function And Friend Function? Member functions will have the access on its own private variables and the the some public variables of other classes but a friend function will have the accessibility on private variable of other classes too.