Question
Using Java to code a scripts , Over the duration of the course you've written many applications to help manage your business, from both an
Using Java to code a scripts, Over the duration of the course you've written many applications to help manage your business, from both an inventory/sales perspective, and from a management perspective. Now, to make your business software portfolio more functional, you will create a cohesive system that helps you manage inventory and sales for your company.
Your company is product oriented, so your system will manage physical products.
For your final project in this course you will write a Business Management system. The business management system will need to:
- Present the user with a menu to choose which operation they want to perform
- Process the following kinds of inventory actions
- Adding a product to the system
- Viewing inventory
- Modifying a products properties and/or available inventory
- Process the following kinds of sales actions
- Viewing a list of products and their properties, including available quantity and pricing
- Buying an amount of a product
- Returning an amount of a product
You should have at least 3 types of products in your system, each represented by a separate object.
For example, if you had a swimming store, you might have the following types of products: googles, swimsuits, fins. Or if you had a software services company you might have the following types of service packages: CustomWebsite, DataManagement, SoftwareTesting.
Each product type should follow appropriate object-oriented design guidelines (e.g., constructors, getters / setters).
Your system should create and manage arrays of these productsnote that adding a product means adding an object of a given product type to the appropriate array.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started