Objects and Arrays

Objects and Arrays

LibraryIntroduction to Programming › Objects and Arrays

Introduction to Programming

Introduction to Programming

Unlocking this badge will help you earn the Introduction to Programming badge.

View the badge map

About this badge

An array is a way of storing multiple items and each item is associated to a number called the index. Each item can be accessed using the index value. Objects are usually associated to meaningful pieces of data which it can hold and manipulate.