Selaa lähdekoodia

Update README.md

Git-Leon 7 vuotta sitten
vanhempi
commit
2478fb220b
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      README.md

+ 5
- 0
README.md Näytä tiedosto

1
+# Vehicle Factory
2
+* **Lab Author** - Leon Hunter
3
+* **Purpose** - to demonstrate the use of [Java interfaces](http://tutorials.jenkov.com/java/interfaces.html)
4
+
5
+
1
 # Part 1.1 - Create `Person` Class
6
 # Part 1.1 - Create `Person` Class
2
 * Create a `Person` class.
7
 * Create a `Person` class.
3
 	* `Person` constructor should have a parameter of type `String` which sets the `name` instance-variable to the respective value.
8
 	* `Person` constructor should have a parameter of type `String` which sets the `name` instance-variable to the respective value.