The company telephone book

A programmer responsible for producing the company telephone book might create a new type that can be used to store the first and last names along with the telephone number of an individual.

Using this new type, the programmer could create an instance for each employee in the company.

(At this point, let me sneak a little jargon in and tell you that we will be referring to such instances as objects.)