In this short video you will get to understand the process of creating constructors for your own classes using C#.
We will look at:
- Creating new classes
- Instantiating objects based on this class
- Creating constructors
- Using the keyword this to simplify coding