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 is dll used?
How can i Spawn a Thread
Can class inherit from struct c#?
Is it true that all c# types derive from a common base class?
What is wrong with the sample program below?
What is the data provider name to connect to access database?
Does c# support templates?
What is difference between an reference type and value type in C#?
Why singleton class is sealed in c#?
Which is the best language for desktop application?
Where value types are stored in c#?
What is whitespace in c#?
What is a web service in c#?
What are delegates in C#?
What is the difference between returning iqueryable vs ienumerable?