what does static void Main(string[] args) in C# mean????????
Answer Posted / cc
WriteLine is a procedure/ method in the class called Console.
It doesn't have any relation with Static keyword.
Void is called "nothing" or no more return type required by the function.
Static is a keyword used by Main method because to avoid manipulation of Main Function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class method?
Which class does the remote object has to inherit?
Explain circular reference in c#?
What are get and set in c#?
How do I calculate relative time?
How can you use abstract class and interface?
What is the process of delegation?
What is datatable in c#?
What is wcf c#?
Explain about generics in c#.net?
What's the difference between a static method and a non static method c#?
What is a generic class?
What are access modifiers used for?
Does c# provide copy constructor?
What is list array in c#?