Hardware Rental Store
Vishwanath Kulkarni
Sitesh Ranjan
Discussed with Shreyas and his team, Pradyut and his team for the idea of implementing decorator patterns and factory pattern.
$ git clone https://github.com/vishwakulkarni/Project-3
Open Ecliplse (if not installed , please follow this insstruction to install https://www.eclipse.org/downloads/packages/
- import our project from wizard.
- right click on HardwareRentalStore.java
- Run As-> Java Application
output will be on console ..
$ git clone https://github.com/vishwakulkarni/Project-3
$ cd Project-3/
$ javac -cp src src/hardwarerentalstore/HardwareRentalStore.java
$ java src.hardwarerentalstore.HardwareRentalStore
Output file output.txt has been added. Please verify. Thank you!
cd Project-3/test
Here you will find testfiles for each one.