Add Other Classes to the Program
Analyze the program for other ways to implement classes. Here are some suggestions:
• Consider whether the various menus could be managed by class objects. Could a. class be constructed to handle the program's user interface?
• Analyze the file I/O performed by the program. Could a class be constructed to handle all the file operations?
• Determine if input validation could be performed by a class object.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.