If it returns values, then it uploads them into all the appropriate respective variables within its host object. Is that correct? |
if it is a void style member function, then it is attached to the object. |
But I do not know here at what point within the object it is called. Some have already told me that it will not be called at all within the object. |
But if that is the case, then what would this kind of member function do to or with the object that the object would not hypothetically do by itself? |