Console system of the store in C++ (OOP project)
A console store system has been developed using C++ and principles of object-oriented programming.
The project includes:
classes Product, Cart, Shop
data encapsulation
a system for adding products to the cart
user balance verification
stock availability check
a summary report of purchases
The program demonstrates an understanding of working with classes, objects, methods, passing objects to functions, and verification logic.
The project includes:
classes Product, Cart, Shop
data encapsulation
a system for adding products to the cart
user balance verification
stock availability check
a summary report of purchases
The program demonstrates an understanding of working with classes, objects, methods, passing objects to functions, and verification logic.