Chapter 3: Writing Methods and Applying Scope


Chapter 3

Writing Methods and Applying Scope

After completing this chapter, you will be able to:

  • Declare and call methods.

  • Pass information to a method.

  • Return information from a method.

  • Define local and class scope.

  • Use the integrated debugger to step in and out of methods as they run.

In Chapter 2, “Working with Variables, Operators, and Expressions,” you learned how to declare variables, how to create expressions using operators, and how precedence and associativity control expressions containing multiple operators. In this chapter, you'll learn about methods. You'll also learn how to use arguments and parameters to pass information to a method and how to return information from a method by using return statements. Finally, you'll see how to step in and out of methods by using the Microsoft Visual Studio 2005 integrated debugger. This information is useful when you need to trace the execution of your methods because they do not work quite as you expected.




Microsoft Visual C# 2005 Step by Step
Microsoft® Visual C#® 2005 Step by Step (Step By Step (Microsoft))
ISBN: B002CKYPPM
EAN: N/A
Year: 2005
Pages: 183
Authors: John Sharp

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net