Download the rental example Free Java Code

Description

Example from the first chapter of the book Refactoring.

Source Files

The download file the_rental_example-master.zip has the following entries.


.gitignore//w  w w.j  a  va 2  s.  co  m
README
src/com/aquiles/alexandre/Customer.java
src/com/aquiles/alexandre/Movie.java
src/com/aquiles/alexandre/Rental.java
src/com/aquiles/alexandre/RentalTest.java
src/com/aquiles/alexandre/pricing/ChildrensPrice.java
src/com/aquiles/alexandre/pricing/NewReleasePrice.java
src/com/aquiles/alexandre/pricing/Price.java
src/com/aquiles/alexandre/pricing/RegularPrice.java
src/com/aquiles/alexandre/statement/HtmlStatement.java
src/com/aquiles/alexandre/statement/PlainStatement.java
src/com/aquiles/alexandre/statement/Statement.java

Download

Click the following link to download the_rental_example-master.zip.

the_rental_example-master.zip




















Home »
  Java Free Code »
    Book »




Book
Book Algorithm
Book Design Patterns
Book Example
Book Hadoop
Book JEE
Book Maven
Book Spring