|
Visual C# 2005: Methods, Properties and Operators, covers how to define and use methods, pass parameters to and from methods, and overload methods and operators. This course also shows how to simplify data access through get and set methods and how to implement methods in C# that take a variable number of parameters.
Objectives:
- Demonstrate how to define and use methods
- Explain how to access data using property syntax
- Describe how to overload methods
- Describe how to overload operators
Topics:
- Overview of Methods
- Parameters
- Modifiers, Properties and Operators
|