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 verbatim string?
What is reflection c#?
What is the difference between finally and finalize block?
How many types of constructors are there in c#?
How do you inherit a class into other class in c#?
What are the boolean data types in c#?
Define strong name in c#?
Is null == null c#?
Explain About CLS?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What are the properties of a string class?
What is a destructor in c#?
Why do we use abstraction in c#?
What is the adv of using System.Text.StringBuilder over System.String?
What is exe in c#?