Implementation
nmain method:
the top-level method that initiates execution of a system.
nAlthough
the main method is defined in a class, it is really outside the object-oriented paradigm.
nIt’s
only purpose should be to create the top level objects and get the system
started.