Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Kids Store System: Design a console - based application for Kids Store System that should handle various aspects such as managing kids products, customers, sales,
Kids Store System:
Design a consolebased application for Kids Store System that should handle various aspects such as managing kids products, customers, sales, and inventory. Design the classes and their relationships to model the following requirements:
KidsProducts:
Each product has a unique ID name, price, and quantity in stock.
Products can belong to different categories eg electronics, clothing
Customers:
Customers have a unique ID name, and contact information.
Sales:
A sale is a transaction involving multiple items products and a customer.
Each sale has a unique ID a timestamp, and a total cost.
inventory:
The system should track the inventory of products, updating quantities as products are sold.
Discounts:
Introduce a concept of discounts that can be applied to products or entire sales.
Represent Discounts as enumeration which can be percentagebased or fixed amount.
Reporting:
Implement a reporting system that can generate sales reports, inventory status, and customer purchase history.
ObjectOriented Design:
Apply key OOP principles such as encapsulation, inheritance, polymorphism, and abstraction in your design.
Consider appropriate class relationships eg composition, aggregation to model the system.
Extensibility:
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