Answer Posted / hellobapi
Base on the question,we can not override the main method in
a same class.
but in same namespace and in different classes we can use
many main methid. but at compile time their should be
specify.
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
How does c# achieve polymorphism?
What is dao in c#?
What are access modifiers used for?
What is a partial method?
What is window application in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What does typeof return c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Can you pass value types by reference to a method?
Does c# have a 'throws' clause?
Explain dataset.acceptchanges method in .net?
How we convert private assembly into public assembly?
What are the 2 types of data types available in c#?
Why do canadians say zed?
Can namespace contain the private class?