MCQOPTIONS
Saved Bookmarks
| 1. |
'this' pointer is _____________________ . |
| A. | Pointer to the current object created in all static and non-static methods |
| B. | Pointer to the current object created for the current class |
| C. | Both A and B |
| D. | Pointer to the current object created in all non-static methods |
| Answer» E. | |