Prepare a BusinessPartner class that contains a company name, first name and a telephone number. Prepare a Contacts class that contains a dynamically allocated array of BusinessPartners as well as the owner's name and cell phone number. Prepare a program that creates a Contacts object. The Business Partner array should be filled with data from the BusPhNum file. Your program should then prepare a menu for the user to do the following:
1) Show all the Business Partners in the contacts object as well as the owner and phone number of the owner.
2) Look up a particular name in the contacts object and get the phone number of the Business Partner
3) Look up a particular name in the contact object and get the Business Partner's company