I understand the concept of using get and set with instance variables, but I am confused about using get and set by themselves
For example
public string random {get; set;}
what is the purpose of this, and how can I use this in my code. I am a beginning programmer any help would be great help.
Thanks