Object-Oriented Programming

this

English

Overview

A keyword used inside a method to refer to its own instance.

Details

A keyword that refers to the instance the currently executing method belongs to, also used to disambiguate when a field and a parameter share the same name.

More Programming terms