C# help
im trying to type this code, but i have problems with using pet1.PetName, but i have declared them earlyer in my code
3 Replies
You'll need to use getters and setters for those private variables
E.g.
Intellisense on VS might be able to auto generate those for you
thanks man
Np