View Single Post
Old Sep 27th, 2005, 10:29 PM   #7
aznluvsmc
Hobbyist Programmer
 
Join Date: Aug 2005
Posts: 137
Rep Power: 4 aznluvsmc is on a distinguished road
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?
aznluvsmc is offline   Reply With Quote