MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the members are referred by this pointer usually (Java)?$ |
| A. | Members of class where this is used |
| B. | Member of the parent class where this is used |
| C. | Members that are passed as argument to the object |
| D. | Pointers are not applicable in java |
| Answer» B. Member of the parent class where this is used | |