Tag: static

07
Sep
2017

C# usage of Static Keyword

//static field using System; namespace StaticKeyword { public class Account { public int accno; public string name;…