Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The keyword or the property that you use to refer to an object through which they were invoked is _________

a) from
b) to
c) this
d) object

Answer: c
Explanation: ‘this’ keyword is used to refer to the object through which the properties or methods were invoked. This use of ‘this’ is a fundamental characteristic of the methods of any class.

Join The Discussion