.NET CSharp Programming Language
Difference Between Static and Instance in C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Karthik ElumalaiPosted Jun 25, 2016, 4:39 AM
Vinoth RajendranPosted Jun 24, 2016, 4:07 PM
{
public static int Objcount = 0;
}
class Program
{
static void Main()
}
}