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
What is reference c#?
List down the access modifiers available in c#?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What is expression tree in c#?
How big is a 64 bit integer?
What is the different types of private assembly and shared assembly?
Can an interface extend a class c#?
What are the methods in c#?
Explain more on CLR
What do you mean by synchronous and asynchronous operations?
If I want to override a method one of class A and in class b then how do you declare?
What is difference between float and integer?
Is dictionary a collection?
Explain about ODP.net
Is an array an object c#?