vijay channe
what is meaning of static and what use of it?
By vijay channe in ASP.NET on Mar 27 2010
  • Sadaqat Hussain
    Apr, 2010 2

    Static means stateless. Static variables and member functions are not maintaining their states. Static can be use in library where no instance is required. e.g. MessageBox.Show() show is static function. They cannot be instantiated. They are sealed. They are independent of any object identity.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS