In this short video you will get to understand the process of creating your own classes using C# and some common programming data types and structures.
We will look at:
- Creating new classes
- Instantiating objects based on this class
- Creating and managing member variables and methods
- Displaying some of the properties of instances in the console window
Displayin