Git-Leon 7 лет назад
Родитель
Сommit
2478fb220b
1 измененных файлов: 5 добавлений и 0 удалений
  1. 5
    0
      README.md

+ 5
- 0
README.md Просмотреть файл

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