Tuesday, December 13, 2011

Static

  • Static means common to all.
  • The static members and static methods can be called without creating objects.
  • If static members and static methods are called through objects, it shares the same memory for all objects.
  • Static is used for sharing.

No comments:

Post a Comment