Des/ign, implement, (Auto, Home, Life) as classes and test them,
that represent different insurance policies. A policy contains
information used by an insurance company to provide financial
assi/stance in the event of an accident. It also contains
information used to compute how much money, also called acommission. Develop instance variables, constructors,
get/set methods, and a toString method for each class. Create a
driver class called PolicyTest, whose main method creates objects
from each type of class, sets each object with...