Static

Ownership

Static members and methods are owned by the class itself, not any object.

Accessing

Initialization in program memory

Static members are loaded into program memory along with the class. Even before initializing any objects.

Static stuff


Children
  1. Accessing Static Members using Objects
  2. Static Method
  3. Static Method Can't be overridden
  4. Static Variable

Backlinks