Home » C# Basics
4
C# Programming - Part 2
In this chapter, you will learn how to do more advanced C# programming using arrays, enumerations and structures.
In This Chapter:
- Arrays
- Defines what arrays are and how it is used in a C# program
- Enumerations
- Defines what enumerations are and how it is used in a C# program
- Structures
- Defines what structures are and how it is used in a C# program