

MCQOPTIONS
Saved Bookmarks
1. |
Using which keyword we can access a value of the instance variables and class variables of that class inside the method of that class itself. |
A. | Super |
B. | Final |
C. | This |
D. | Either super or this |
Answer» D. Either super or this | |