CodeSteps

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

Structures

C# – Understanding of Structures

Structures are composite types and can contain different types of elements. That means, structures can contain integer elements, strings, floating point elements, and even other structure types etc.,. Unlike in C language, C# structures can encapsulates both data elements and the functions which are operating on the data. Structures are value types. Defining a structure […]

Scroll to top