In our previous article, we have discussed the difference between value type and reference type in c#.In this article let us explore c# class. C# Class C# is an OOP Language. A class is having fields as well as methods…
Category: csharp tutorial
C# Value Type and Reference Type
In C# there are two types of variables one is Value Type and the other one is a Reference type. In this article, we will see these two in detail. Value Type In C# variable of value type contains the…