Sample Code
 |
class GuitarTabs
Purpose: A class that produces
a menu of guitar tabs contained within a specified directory, and
outputs the guitar tab based on user selections.
This class is an example of the division of component operation into
a control phase where input is gathered and processed, and a view
phase and a view phase where output is produced based on the state
of the class
|