Question: CODE IN C++ Thank you Deliverables: 1 Project plan 1 screenshot 1 main.cpp 1 number_bucket.h Project plan The project plan should include test cases, expectations,

CODE IN C++

Thank you

Deliverables: 1 Project plan 1 screenshot 1 main.cpp 1 number_bucket.h

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. The Number_bucket will contain a dynamic sized LIFO data structure. It must be dynamic with a good constructor and destructor for credit. It should also have reasonable setters and getters, isEmpty(), push(int n), pop(), and get_size().

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!