Write an OOP program to manage a few simple tasks in a supermarket. You must at least use class,
objects, and inheritance.
Requirements:
1. The items in the market should be in different types (food, equipment) and a user can enter
them.
Each item: (ID, Name, Price, Unit, Type, Expiration Date)
2. The entered data should be simply saved in file, text format (*.txt).
Note: if you want or are familiar with you can work with SQL but it is optional.
3. User should be able to search and show a list of all data regarding to ID, Name, Price, Unit, and
Type.
4. The program can be implemented in both console and form at C#, so it is up to you to choose.
5. All the codes must written in Object Oriented way as they are in the slides.
Can anyone write this code? please help me.
Answers
Answered by
1
Answer:
It is a vey long code bro .
Explanation:
Mark me as a brainliest then i will tell the answer of this question because i know this answer..
Thanks...
Similar questions