Register now or log in to join your professional community.
correct answer. We can't override main() method because it is a static method.
No you cant, because it is a static method any kind of polymorphism, plus it's the main method where the first program excution, plus there is only one Main() method in the whole project.
No.You can't since its a static method. And polymorphism really doesn't apply to static methods.