Lab 8, CSC 102, Spring 2012

- Copy the StringList hierarchy from the last lab.

- Make up a search-like method on StringLists. Implement it in an OO style.

- Make up a map-like method from StringLists to StringLists. Implement it in an OO style.

- Make up a filter-like method on StringLists. Implement it in an OO style.

- Make up a fold-like method on StringLists. Implement it in an OO style.

- Pick one of these, and implement it in a Procedural style as well.