Question: This is a programming assignment. Total Points: 5 extra points Please implement the Number_bucket class. The Number_bucket class will contain a dynamic sized LIFO data

This is a programming assignment. Total Points: 5 extra points Please implement the Number_bucket class. The Number_bucket class will contain a dynamic sized LIFO data structure. It should also have reasonable setters and getters: isEmpty(), push(int n), pop(), and get_size(). Deliverables: 1 Project plan (a text file, e.g. Word Document, PDF, etc.) 1 screenshot of the output (e.g. JPEG, PNG, PDF, etc.) 1 main.cpp 1 number_bucket.h You can submit additional files as needed to run your program. All files may be compressed into one ZIP file. Project plan The project plan should include test cases, expectations, class names, and functions you plan to implement. Include the a description of the logic you are trying to implement. Screen shot This should be a screenshot of your program output. number_bucket.h This will be the class definition Number_bucket class. It must be dynamic with a good constructor and destructor for credit. main.cpp Driver The driver should include your class, create objects, and preform a reasonable number of tests to demonstrate your class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
