hi all ,

I am too new to c# programming.
I started vc2010 express and console project.
I added a public class and public function in the class.
While calling that class function from main in program.cs
I needed to declare them as static also.

Pl explain the use of static declaration .. when and how to implement ?