1.

Which is the correct interpretation of the member function call from an object, object.function(parameter);

A. object.function(&this, parameter)
B. object(&function,parameter)
C. function(&object,&parameter)
D. function(&object,parameter)
Answer» E.


Discussion

No Comment Found