Iterators are a concept that almost any modern high-level programming language implements and
you have probably used them already, even if you didn't notice. In this article, I want to
pull back the proverbial curtain and look at why iterators are so useful and how they work.......