Question
USING C++. i NEED HELP WITH THE ASSIGNEMNT BELOW. Inventory Management System (using Object Oriented Design and Programming) assigment In this assignment, you are required
USING C++. i NEED HELP WITH THE ASSIGNEMNT BELOW.
Inventory Management System (using Object Oriented Design and Programming) assigment
In this assignment, you are required to build a professional inventory management system (using object oriented design and programming) with specifications given below. The inventory management system must have products, customers, and orders.
You must decide about appropriate data types of the properties of products, customers and orders.
Step 1: Create a class diagram. Class diagram must be detailed and have classes with attributes and functions clearly mentioned. Associations should be clearly specified between different classes. Include class diagram in JPG format with your submission.
Step 2: You'll be creating a command-line program that will display following top-banner (displaying Inventory Management System) and then a main-menu with following options to the users.
Products must have properties: product id, product name, product price.
Customers must have properties: customer id, customer full name, customer address.
Orders must have properties: order id, order description, product id (id of the product that was
bought as a part of this order), customer id (id of the customer who bought the product).
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