Arrays

When you use arrays, you can refer to multiple variables by the same name, using a number called an index to distinguish them from one another. Arrays can simplify and shorten your code, allowing you to create loops that deal efficiently with any number of elements.

In This Section

Arrays Overview

Explains what arrays are and how they work.

Array Usage

Provides information on how to use arrays, including multidimensional arrays.

See Also

Object-Oriented Programming

Language Concepts Main Topics