MCQOPTIONS
Saved Bookmarks
| 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,¶meter) |
| D. | function(&object,parameter) |
| Answer» E. | |