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
Is c# pass by value?
what is IEquatable
What is enumerable in c#?
Is xamarin free?
Explain about ODP.net
How does dll hell solve in .net?
What is short in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is the data encapsulation?
What is the difference between firstordefault and first?
How do I port "synchronized" functions from visual j++ to c#?
Explain the ways to deploy an assembly?
What is jagged array in c#?
Should I use double or float?
How do you create user defined data types in c#?