'this' always will points to
Current class object
Super class object
Sub class object
All of the mentioned
Answers
Answered by
1
Answer:
yes
Explanation:
.
Answered by
1
Answer:
Current class object
Explanation:
'this' is used in java, javascript or any other language to refer to the current piece of code or class. It can be used in method call as an argument and can be used to invoke current class constructor.
Similar questions