
April 26th, 2005, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 906
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
C# Methods, part 1
In this article, you will learn about C# methods (functions), which form the behavior of your classes. C# does not have global functions, but it does have code encapsulation; you will learn how these and other Object Oriented Programming concepts and principles affect what you can do in C#.
Read the full article here: C# Methods, part 1
For more discussion go here: Blog Article Discussion
|