I want to create a pharmacy main store. I am supposed to add multiple meds to each prescription, that is created by the system before the operation of the app, yet I am not able to find how I can do that...
CodePudding user response:
Try changing the argument for your Prescription constructor to include other arrays instead of just one.
CodePudding user response:
you could try to make a method inside Medicine
that creates an array made by the Medicine
you need