can we access main() using objects?



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

Post New Answer

More C Sharp Interview Questions

Why singleton is sealed?

0 Answers  


What is an argument in c#?

0 Answers  


What is a lambda expression in c#?

3 Answers  


How we free the memory in C#.NET.

3 Answers   Synechron,


What is the xml document structure?

0 Answers  


Why delegates are required?

0 Answers  


What is dto c#?

0 Answers  


Is string nullable c#?

0 Answers  


Is a games console a computer?

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

5 Answers  


What are generations and how are they used by the garbage collector?

0 Answers  


What is parseexact c#?

0 Answers  


Categories