The Modem class serves as an abstract model for the concept of a modem. To actually
have something concrete you can manipulate in a program, you must use the Modem class
to create a Modem object. The process of creating an object from a class is called instantiation,
which is why objects also are called instances.