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