(using dev c++) Create a program that has class definitions for Item, Customer and Sales. The main simply
creates object object of each class and test its member functions. Modify the main program such that it
provides a menu driven interface where user can create objects of Item, Customer and a complete a
sales transaction with the sales object. The program should also have an option for display the records of
items, customers and sales. To make your program more useful, include file handling such that when
objects are created for Items, Customers and Transaction, the user will be prompted to save the record
on the file or not.
Comments
Leave a comment