Static Class in c# Code
Static Class in c# Code
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace STATIC_CLASS
{
static product()
{
ProductId = 111;
ProductName = "Guitar";
ProductPrice = 5000;
}
class Program
{