Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Create two classes food and clothes. Class food should have the following private variables price, expiration date

0 votes
asked Jul 7, 2019 by anonymous
Create two classes food and clothes. Class food should have the following private variables price, expirationdate (it should be string in the following format dd.mm.YYYY) and category, it should be possible to initialize an object of class food using the constructor. Class clothes should have the following private variables price, size and category, it should be possible to identify an object of class clothes using the constructor. Use the concept of friend classes and write the friend class of food and clothes which will print out the categories of objects of the classes food and clothes, and also print the total price payed for objects of the food and clothes classes.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...