L
Learning C#
I hope this is an ok place to post real beginner stuff.
Basically I need to know the difference between a field, and a static field.
My book sux and doesn't explain this well. It seems that a field is scoped
the same and can do the same things.
IE a field is declared in a class instead of a method so all methods of the
class can use it.
And a static field is described in my book as the same?
I must be missing something...
Basically I need to know the difference between a field, and a static field.
My book sux and doesn't explain this well. It seems that a field is scoped
the same and can do the same things.
IE a field is declared in a class instead of a method so all methods of the
class can use it.
And a static field is described in my book as the same?
I must be missing something...