AllTheTimeWorld.com

csharp objectsObject oriented programming in C#

Object oriented programming in C#

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

In order to do this you will:

Please study the material at each of the links below.

  1. Microsoft Reference: Classes vs. Structs Microsoft Reference: Classes vs. Structs

  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).