Results 1 to 2 of 2

Thread: Static class

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    florida
    Posts
    2

    Post

    Could someone please explain static? Thanks!

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width