This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 3.0: Introduction
- Part 3.1: Class in C#
- Part 3.2: Access and Properties
- Part 3.3: Constructors
- Part 3.4: Class Libraries
Objective:
Examine the need for encapsulated data. Learn to extract code into user defined classes. Work with syntax.
Topics:
- Introduction
- Class keyword
- Security
- Instantiation
- Accessing methods and data