Static Method & Variable






  • We can call static mathods and variable directly by its class name
  • Instance variabe and methods can not be accessed by its class name
  • And the coplexity reduced.