This Project is a tool for a Grocery Store that takes an input file of items and displays their frequencies.
The Program is well structured and takes advantage of C++ Features using classes to organize the Data.
Where could you enhance your code? How would these improvements make your code more efficient, secure, and so on?
I could take better use of data and make sure to not have any memory leaks which will improve security and time efficency.
Which pieces of the code did you find most challenging to write, and how did you overcome this? What tools or resources are you adding to your support network?
Saving the Backup Data was the most challenging, Alot of trial and error was used to try and overcome the issues.
Use of Classes, Polymorphism, Encapsulation.
In Line Comments were used as well as correct variable, function, and class naming techniques.