Can main method be final?



Can main method be final?..

Answer / Rohit Katarya

"No, in C# there isn't a 'final' keyword for methods. However, the Main method serves as the entry point of the application and cannot be overridden or modified."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is a decimal in c#?

1 Answers  


What does this keyword mean in c#?

1 Answers  


What is value c#?

1 Answers  


What is the Difference between directcast and ctype?

1 Answers   Wipro,


Write an expression which satisfies the following statements: (i) Creates an object of type q (ii) If m is null, returns n, otherwise returns m (iii) If x and y are string types, it concatenates x and y

1 Answers  


What is interface inheritance in c#?

1 Answers  


Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana

1 Answers  


What is dll in c#?

1 Answers  


How many constructors can a class have c#?

1 Answers  


Is array immutable in c#?

1 Answers  


Can you change the value of a variable while debugging a C# application?

1 Answers   Siebel Systems, Wipro,


Wcf and what is difference between wcf and web services?

1 Answers  


Categories