Java View all facts Glossary Help |
syntactic unit > keyword > this |
this | ||||
subject | fact |
this | has definition A keyword that refers to the current object or is used instead of the class name as the constructor name | |
has example this.accountHolder = accountHolder; | ||
has example //Example of a constructor that calls another constructor in the same class using the keyword this | ||
has purpose to refer to the current object or is used instead of the class name as the constructor name | ||
is a subtopic of Methods | ||
is an instance of keyword | ||
represents the current object | ||
syntactic unit | has syntax rule bold = mandatory |