Could someone please explain static? Thanks!
Printable View
Could someone please explain static? Thanks!
It depends on the context, but I think it probably means a class that retains its state after it has been destroyed (or a class that does not get destroyed, it remains in memory) If the object is later instantiated, it will have the same state as when it was destroyed.
That's my theory. Anyone else?