You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Billing System uses the concept of OOP to keep the record of transactions on a text file.
The attributes of a purchased item are : item_id, item_name, cost, quantity.
The customer is charged on the basis of above records.