Q:

Which of the members are referred by this pointer usually (Java)?

0

Which of the members are referred by this pointer usually (Java)?


  1. Members of class where this is used
  2. Member of the parent class where this is used
  3. Members that are passed as argument to the object
  4. Pointers are not applicable in java

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).Members of class where this is used

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How to refer to method of nested class?... >>
<< If a reference variable is declared final then, __...