Parcourir la source

Update README.md

Git-Leon il y a 6 ans
Parent
révision
0334de6946
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6
    1
      README.md

+ 6
- 1
README.md Voir le fichier

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