Computer Science, asked by srijithsivakumar15, 4 hours ago

'this' always will points to 



Current class object

Super class object

Sub class object

All of the mentioned​

Answers

Answered by ahmedisking2012
1

Answer:

yes

Explanation:

.

Answered by baldevsandhu367
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