Lesson 10 - Methods
Tags:
C#
, OO
, 2003
, Language
, Beginning
This lesson discusses what methods are, how to create both methods that return values as well as methods that do not return values (void). It also demonstrates how create methods that access parameters and how to call methods. Finally, it covers variable scope as it applies to methods.