importance of main method
Sigiloso
The Main() method is the entry point a C# program from where the execution starts. Main() method must be static because it is a class level method. ... Main() Method cannot be overridden because it is the static method. ... Overloading of Main() method is allowed.