In this chapter we'll learn about Java's special keyword "this".

The special variable "this" refers to "this" object -- meaning the object we are currently coding in.

This page references the concepts of context and scope.