employer cover photo
employer logo
employer logo

Mindfire Solutions

Is this your company?

Mindfire Solutions interview question

importance of main method

Interview Answer

Anonymous

3 June 2019

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.