CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Value Types

C# – Value Types and Reference Types

C# types majorly of two kinds, which are; Value Types and Reference Types. Value Types When you define a variable of this type; the variable holds the data directly. And each variable occupies it’s own memory to hold it’s value. That means, each variable has it’s own copy of the data; and if you change […]

Scroll to top