[Solved] Declaring C# variable with and without Constructor

[ad_1]

First one you are only declaring and in second you declaring and initializing.
If you use any instance of a class without initializing, then you will get null reference exception as Object reference not set to an instance of an object

[ad_2]

solved Declaring C# variable with and without Constructor