Static Variable in classes

I would like to know why sometimes we need to use the static variable as private memeber for class , and what the benifit from it?
thanks
Same reason why I would make any data field private. I don't want grubby handed programmers messing with my variable.
Topic archived. No new replies allowed.