|
So essentially what you're saying is that the member functions of a class can access the private data member of another object of that class if the object is passed into the function. They are associated only at the class level and not necessarily at the object level. Is that right?
|