Answer Posted / mukul
we can use multiple Main method within the same class and within the same namespace, but we can't override Main bcoz Main() is static.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why static constructor is parameterless in c#?
explain Garbage collector’s functionality on unmanaged code
Are c# strings null terminated?
What's c# ?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is the difference between Singleton design pattern and Factory design pattern?
What is a decimal in c#?
Why do we use interfaces in c#?
What is difference between code access and role based security?
What is _layout cshtml?
Explain the working of serialization?
Explain dataadapter.update method in .net?
Do we get an error while executing the “finally” block in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is the difference between icomparer and icomparable in c#?