Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
2478fb220b
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      README.md

+ 5
- 0
README.md View File

@@ -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.