Which of the following is true for a special member of the class namely 'this'
Select Answer:
this cannot be used in a static method
this cannot be used in a class A to access a member of class B
The this member can never be declared: it is automatically implied when you create a class
All of the above
None of the above
|