C# windows application form. Create a base class to store
characteristics about a loan. Include customer details in the Loan
base class such as name, loan number, and amount of loan. Define
subclasses of auto loan and home loan. Include unique
characteristics in the derived classes. For example you might
include details about the specific auto in the auto loan class and
details about the home in the home loan class. Create a
presentation class to test your design by...