C Sharp Programming/Structure

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Structure

Namespaces 
Giving your code its own space to live in.
Classes 
The blueprints of objects that describes how they should work.
Objects 
Cornerstones of any object-oriented programming language, objects are the tools you use to perform work.
Encapsulation and accessor levels 
Explains protection of object states by encapsulation.
Personal tools
Create a book