Lecture overview -- Keyboard shortcut: 'u'  Previous page: Methods in C# -- Keyboard shortcut: 'p'  Next page: Parameters -- 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    Data Access, Properties, and Methods - slide 19 : 29

Local variables in methods
Variables declared in the statements part - the block - of a method are called local variables
init.cs
Local variables and instance variables - initialization and default values.