InterviewSolution
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 javaThe question was asked in a job interview.This intriguing question comes from Object Reference topic in division Object of Object Oriented Programming |
|
Answer» Correct option is (a) MEMBERS of class where this is USED |
|