C# Programming/Structure
Appearance
From Wikibooks, open books for an open world
The latest reviewed version was checked on 13 March 2020. There are template/file changes awaiting review.
C# Programming
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
Classes
[edit | edit source ]- 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.