Hi all,
I am new to C#(programming). Could you tell me a good link for C#.
Could you please tell me the use of STATIC keyword use in C#.
why static is used in the following line what are the advantages..?
public static class myclass{
.....................
}
Thanks and regards