can we access main() using objects?
Answer / 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 |
Why singleton is sealed?
What is an argument in c#?
What is a lambda expression in c#?
How we free the memory in C#.NET.
What is the xml document structure?
Why delegates are required?
What is dto c#?
Is string nullable c#?
Is a games console a computer?
Can you prevent your class from being inherited and becoming a base class for some other classes?
What are generations and how are they used by the garbage collector?
What is parseexact c#?