1
Reply

Why declare Main() method as a static ?

Atulya Panda

Atulya Panda

11y
2.2k
0
Reply

    Main() method declared as a static because static is class level .... and main method should run first before any other code get execute ..