Methods C#

Author: Dimple

Added: November 24, 2010

Views: 408

Downloads: 42

| Share

Organisation/Institute: Hi-tech computers

Categories:

Tags: , , , ,

Description:

This lesson introduces you to C# Methods. Our objectives are as follows:
• Understand the structure of a method.
• Know the difference between static and instance methods.
• Learn to instantiate objects.
• Learn how to call methods of an instantiated object.
• Understand the 4 types of parameters.
• Learn how to use the this reference.