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
What is the difference between internal and private in c#?
What is the file extension for c#?
Why do we need constructors?
In which way a two-dimensional array declared in C#?
What is the difference between arraylist and list in c#?
Explain about generics in c#.net?
What is a strong name in c#?
What is decimal in c#?
What is parallel foreach c#?
Is c# queue thread safe?
What is the difference between structure and class in c#?
What is the purpose of a console table?
What is a scope in c#?
Is it good to use var in c#?
Explain nullable types in c#?