C Sharp Programming/Structure

Category:Book:C Sharp Programming#Structure%20

Classes

Namespaces
Giving your code its own space to live in.
Classes
The blueprints of objects that describe 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. Category:Book:C Sharp Programming#Structure%20
Category:Book:C Sharp Programming