employer cover photo
employer logo
employer logo

Mindfire Solutions

Is this your company?

Mindfire Solutions Interview Question

importance of main method

Interview Answer

Anonymous

Jun 3, 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.