[HELP] Single questions & Help Thread [n00b] (66)

31 Name: #!/usr/bin/anonymous : 2008-06-12 12:19 ID:FIoHC8bz

>>30

> The only way to access those members is through an instance of that class.

Static members do not belong to any instance, they belong to the entire class, so every instance of the class will share the same value for that member. Whether or not the class is final wouldn't effect this.

This thread has been closed. You cannot post in this thread any longer.