Computer Science, asked by anl3sgam3r, 4 days ago

The "this" keyword refers to the​

Answers

Answered by opp468721
2

Answer:

The this keyword refers to the current object in a method or constructor. The most common use of the this keyword is to eliminate the confusion between class attributes and parameters with the same name (because a class attribute is shadowed by a method or constructor parameter). ... Return the current class object.

Answered by venkytilak
0

Answer:

The this keyword refers to the current object in a method or constructor. The most common use of the this keyword is to eliminate the confusion between class attributes and parameters with the same name (because a class attribute is shadowed by a method or constructor parameter). ... Return the current class object.

Similar questions