Lecture overview -- Keyboard shortcut: 'u'  Previous page: Objects and Classes -- Keyboard shortcut: 'p'  Next page: Visibility Issues -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Classes and Objects - slide 20 : 29

The current object - this
The current object in a C# program execution is denoted by the variable this
bank-account.cs
The BankAccount - emphasizing this.
bank-account.cs
The BankAccount - A more radical use of this.