C# Tutorial- Static variables and Objects

This tutorial creates a C# console application that demonstrates Static variables and, more importantly creating classes and objects in C#.

 

Lesson Objectives

  1. Create a simple Console application in C#
  2. Create a Class to represent a coin that can be flipped
  3. Create two copies of that coin and simulate them being flipped
  4. Implement static variables into a C# class.
objects-and-static-variables

 




Comments are closed.