MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    A member function uses the correct object when you call it because | 
                            
| A. | a copy of the object is passed to the function | 
| B. | the address of the object is passed to the function | 
| C. | the address of the function is passed to another function | 
| D. | the address of the object is returned from the function | 
| Answer» C. the address of the function is passed to another function | |