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
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
Are c# strings immutable?
What is use of singleton class in c#?
What does a constructor do c#?
What is serialization of data?
Why do we need to serialize data?
What is list collection in c#?
How do you prevent a method from being overridden in c#?
What is boolean conditions in c#?
Can struct be static in c#?
What is cosole application?
Can you drink alcohol with a loop recorder?
how to prevent a class from being inherited in c#.net?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What is use of private class in c#?