/inventory-system-in-a-canteen-oop-

The project deals with the inventory system in a canteen. It includes all the attributes and functionalities for Canteen Employee, Canteen Customer. It lets user chose from a range of already given database of products. It also has attributes for price and quantity and data is very well handled in file handling using text files. It includes a total of 7 classes; Person which is the parent class for canteen owner and canteen employee, Lays and Biscuit classes are parent classes for the class Products. The classes canteen owner, canteen employee and customer class includes has-a relationship with the class Product.

Primary LanguageC++

inventory-system-in-a-canteen-oop-

The project deals with the inventory system in a canteen. It includes all the attributes and functionalities for Canteen Employee, Canteen Customer. It lets user chose from a range of already given database of products. It also has attributes for price and quantity and data is very well handled in file handling using text files. It includes a total of 7 classes; Person which is the parent class for canteen owner and canteen employee, Lays and Biscuit classes are parent classes for the class Products. The classes canteen owner, canteen employee and customer class includes has-a relationship with the class Product.