![]() |
.. (לתיקייה המכילה) | |
Should I submit the stubs I implement for interfaces ICreditCardCompany, | |
Yes, you should. Please put these files in the separate package, such that it will be easy to replace their implementation with our one. Please call your stub classes CreditCardCompany, AviationCompanyClub and VSDT respectively. |
Should command line interface support parallel handling of commands, i.e. should the | |
This is not required. You can assume that every user command is processed from the beginning to the end before next command is provided |
Can we assume that provided files airport.xsd and club.xsd will not be changed? | |
Yes |
When running the simulation, entering details, exiting, and running the simulation again, | |
You can consider every new run of the system as a run from scratch (no need to save the data between different runs). |