Zebra0.com

csharp objectsC# Windows Forms Programming

C# Windows Forms Programming

Learn C# (C sharp) in FREE step-by-step lessons.

Object oriented programming in C#

You have been using classes and objects throughout this course.
In this lesson, you will create your own class.

Important Terms

Please study the material at each of the links below.

  1. Microsoft Reference: Classes vs. Structs Microsoft Reference: Classes vs. Structs: A class can be described as the blueprint or template for creating an instance of the class. An instance of the class is called an object. An object combines both data (properties) and events (procedures).

  2. Fraction Class with variables and constructors Fraction Class with variables and constructors
    /csharp/videos/csharp-fraction.mp4
  3. Fraction Class with Accessors, Mutators, and < Fraction Class with Accessors, Mutators, and <
    /csharp/videos/csharp-fraction2.mp4
  4. Working with the DateTime class.

  5. A Person Class.

  6. An Employee Class derived from the Person Class (Inheritance).

GlossaryGlossary for objects lesson
Full Glossary