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 difference between int and int in c#?
Explain how do you directly call a native function exported from a dll?
What is difference between private and protected?
What is lazy in c#?
What is Implementation inheritance and interface inheritance?
What is c# most used for?
Illustrate race condition?
Can we inherit sealed class in c#?
Is c# pass by value?
How do I calculate relative time?
Explain the difference between event and a delegate in c#?
What is the use of parse in c#?
What is difference between private and protected in c#?
What does using system mean in c#?
What is thread safe in c#?