C# Tutorial- Static variables and Objects
- Subject: C# Tutorials
- Learning Time:
This tutorial creates a C# console application that demonstrates Static variables and, more importantly creating classes and objects in C#.
Lesson Objectives
- Create a simple Console application in C#
- Create a Class to represent a coin that can be flipped
- Create two copies of that coin and simulate them being flipped
- Implement static variables into a C# class.