Friday 31 July 2009

Beginning C# Lesson 1 - The structure of a .cs file

namespace - Provides a unique identification to a group/collection of classes and members.
Class- Holds Fields (variables and such) and Members (Methods and stuff)
Method - Perfomes a task inside an application that can have input, a process and an output (returned data)


No comments:

Post a Comment