Compare and Book and a Three Ring Binder using data structures and classes.
Sigiloso
A book is like an array. You can very easily look up based on index (page number), however it is hard to insert (you'd have to cut out pages, put one in, and put pages back in). A binder has a more difficult lookup, but insertions are easy (like an unsorted list)