Answer Posted / ravi maheshwari
We can't access main() using objects. Because Main() is a
Static function. And Static function is call our self when
page is load.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the boxing and unboxing in c#?
What do you mean by hashtable c#?
What is the difference between a constant and a static readonly field?
What is an ienumerable in c#?
What is the advantage of dependency injection?
What is difference between method and function in c#?
Is c# a strongly-typed language?
Can you inherit multiple abstract classes in c#?
What is the use of generics in c#?
What is the difference between a variable and a literal?
What is the benefit of interface in c#?
Is hashset ordered c#?
What are methods in C#?
What is difference between array and collection in c#?
What is the use of oops in c#?