c# : console application - static methods

asked16 years ago
last updated16 years ago
viewed81.7k times
Up Vote47Down Vote

why in C#, console application, in "program" class , which is default, all methods have to be static along with

static void Main(string[] args)