Ver código fonte

Update README.md

Git-Leon 6 anos atrás
pai
commit
0334de6946
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6
    1
      README.md

+ 6
- 1
README.md Ver arquivo

@@ -1,5 +1,10 @@
1 1
 # Leon's Lengthy Learner Lab 
2
-* **Purpose** - to demonstrate the use of [Java interfaces](http://tutorials.jenkov.com/java/interfaces.html#java-interface-example)
2
+* **Purpose** - to demonstrate the use of
3
+	* [interfaces](https://stackoverflow.com/questions/1321122/what-is-an-interface-in-java)
4
+	* [abstract classes](https://stackoverflow.com/questions/1320745/abstract-class-in-java)
5
+	* [concrete classes](https://stackoverflow.com/questions/43224901/what-is-the-concrete-class-in-java)
6
+	* [enums](https://stackoverflow.com/questions/4709175/what-are-enums-and-why-are-they-useful)
7
+	* [generics](https://stackoverflow.com/questions/7815528/what-are-generics-in-java/7815579)
3 8
 * **Objective** - to implement a `ZipCodeWilmington` class which _mediates_ a _composite_ `Students` and `Instructors` _singleton_ reference.
4 9
 
5 10