List Abstraction
Let’s begin by building a “list” abstraction
Remember, the data structure used should be
able to “plug and play” (i.e., be replaced
without affecting the client program
Operations will incloude to:
insert, remove, retrieve, and display
create, destroy