Parcourir la source

Update README.md

Git-Leon il y a 7 ans
Parent
révision
2478fb220b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5
    0
      README.md

+ 5
- 0
README.md Voir le fichier

@@ -1,3 +1,8 @@
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 6
 # Part 1.1 - Create `Person` Class
2 7
 * Create a `Person` class.
3 8
 	* `Person` constructor should have a parameter of type `String` which sets the `name` instance-variable to the respective value.