MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is true ? |
| A. | this pointer is passed implicitly when member functions are called |
| B. | this pointer is passed explicitly when member functions are called |
| C. | this pointer is passed with help of pointer member functions are called |
| D. | this pointer is passed with help of void pointer member functions are called |
| Answer» B. this pointer is passed explicitly when member functions are called | |