If you are diving into the code within this archive, you will likely encounter these core concepts:

: Simulating the physical movement of mail where letters arrive, are buffered, and then moved to a "bin."

: Creating classes for MailItem , Envelope , and SortingMachine .

: Configuration files that tell a computer how to build and run the program.